diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 22:18:22 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 22:18:22 +0000 |
commit | 98abc7dba3a6819bd4a0daee0f7a56504e6e79a2 (patch) | |
tree | ac2990c657237a03dab9107f51da8497092f2ccf /games-fps/ut2004-strikeforce | |
parent | set KEYWORDS, IUSE (diff) | |
download | historical-98abc7dba3a6819bd4a0daee0f7a56504e6e79a2.tar.gz historical-98abc7dba3a6819bd4a0daee0f7a56504e6e79a2.tar.bz2 historical-98abc7dba3a6819bd4a0daee0f7a56504e6e79a2.zip |
set KEYWORDS, IUSE; drop RDEPEND
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'games-fps/ut2004-strikeforce')
-rw-r--r-- | games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01-r1.ebuild b/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01-r1.ebuild index b4b612ff29d9..0b578b9848ce 100644 --- a/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01-r1.ebuild +++ b/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01-r1.ebuild,v 1.2 2007/01/10 21:04:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01-r1.ebuild,v 1.3 2009/10/01 22:15:29 nyhm Exp $ MOD_DESC="a terrorist vs. strike force mod" MOD_NAME="Strike Force" @@ -14,5 +14,5 @@ HOMEPAGE="http://www.strikeforce2004.com/" SRC_URI="mirror://liflg/strike.force_${PV}-english.run" LICENSE="freedist" - -RDEPEND="${CATEGORY}/${GAME}" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" |