From 4e614738695cf9649162ca3a9a8421eb4878f04a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 12 Feb 2016 10:49:55 +0300 Subject: gmqcc: build fix --- games-util/gmqcc/gmqcc-scm.ebuild | 9 +++------ 1 file 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() { -- cgit v1.2.3