diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:11:59 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:11:59 +0000 |
commit | efa91c8de5e58c367c9593c443b87e7427b53752 (patch) | |
tree | 5e7a67e442b2629eb3ca353b5173aff44b1cacb1 /games-fps/ut2004-fragops | |
parent | set KEYWORDS, IUSE; drop RDEPEND (diff) | |
download | gentoo-2-efa91c8de5e58c367c9593c443b87e7427b53752.tar.gz gentoo-2-efa91c8de5e58c367c9593c443b87e7427b53752.tar.bz2 gentoo-2-efa91c8de5e58c367c9593c443b87e7427b53752.zip |
set KEYWORDS, IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-fragops')
-rw-r--r-- | games-fps/ut2004-fragops/ut2004-fragops-2.16-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2004-fragops/ut2004-fragops-2.16-r1.ebuild b/games-fps/ut2004-fragops/ut2004-fragops-2.16-r1.ebuild index ad35311edfa4..57b557bdf000 100644 --- a/games-fps/ut2004-fragops/ut2004-fragops-2.16-r1.ebuild +++ b/games-fps/ut2004-fragops/ut2004-fragops-2.16-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-fragops/ut2004-fragops-2.16-r1.ebuild,v 1.2 2007/01/10 20:49:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-fragops/ut2004-fragops-2.16-r1.ebuild,v 1.3 2009/10/01 22:11:59 nyhm Exp $ MOD_DESC="realism mod" MOD_NAME="Frag Ops" @@ -14,5 +14,5 @@ HOMEPAGE="http://www.frag-ops.com/" SRC_URI="mirror://liflg/${MOD_TBZ2}_${PV}-english.run" LICENSE="freedist" - -RDEPEND="${CATEGORY}/${GAME}" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" |