diff options
Diffstat (limited to 'games-util/gmqcc/gmqcc-scm.ebuild')
-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() { |