diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-12 10:49:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-12 10:49:55 +0300 |
commit | 4e614738695cf9649162ca3a9a8421eb4878f04a (patch) | |
tree | 229334f9752297c72a5f48503824de6fbd1b32d8 /games-util/gmqcc | |
parent | b9dd6d9c227a0febda9e4437e75ff4bb92bf69f4 (diff) |
gmqcc: build fix
Diffstat (limited to 'games-util/gmqcc')
-rw-r--r-- | games-util/gmqcc/gmqcc-scm.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games-util/gmqcc/gmqcc-scm.ebuild b/games-util/gmqcc/gmqcc-scm.ebuild index c733469..3ce50fc 100644 --- a/games-util/gmqcc/gmqcc-scm.ebuild +++ b/games-util/gmqcc/gmqcc-scm.ebuild @@ -5,18 +5,15 @@ EAPI=5 EGIT_REPO_URI="git://github.com/graphitemaster/gmqcc.git" -inherit toolchain-funcs -[[ ${PV} == *9999* ]] && inherit git-2 +inherit toolchain-funcs git-2 DESCRIPTION="An Improved Quake C Compiler" HOMEPAGE="http://graphitemaster.github.com/gmqcc/" -[[ ${PV} == *9999* ]] || \ -SRC_URI="https://github.com/graphitemaster/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="" LICENSE="MIT" SLOT="0" -[[ ${PV} == *9999* ]] || \ -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" src_configure() { |