diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:03:08 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:03:08 +0000 |
commit | 1ecedc6a87b3318b7056d7255daf8c5876ddc722 (patch) | |
tree | bec4d6d283e6d391771fd9597e4eb18f18352084 /games-fps/ut2004-bonuspack-cbp2 | |
parent | set KEYWORDS, IUSE; drop RDEPEND (diff) | |
download | gentoo-2-1ecedc6a87b3318b7056d7255daf8c5876ddc722.tar.gz gentoo-2-1ecedc6a87b3318b7056d7255daf8c5876ddc722.tar.bz2 gentoo-2-1ecedc6a87b3318b7056d7255daf8c5876ddc722.zip |
set KEYWORDS, IUSE; drop GAME from RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp2')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild index cd7c42a13505..7a8ddc6cf132 100644 --- a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild +++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-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-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.4 2007/01/10 19:34:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.5 2009/10/01 22:03:08 nyhm Exp $ MOD_DESC="Community Bonus Pack 2 volumes 1 and 2" MOD_NAME="Community Bonus Pack 2 volumes 1 and 2" @@ -13,9 +13,10 @@ SRC_URI="mirror://liflg/cbp2_volume1-multilanguage.run mirror://liflg/cbp2_volume2-multilanguage.run" LICENSE="freedist" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" -RDEPEND="${CATEGORY}/${GAME} - games-fps/ut2004-bonuspack-cbp1" +RDEPEND="games-fps/ut2004-bonuspack-cbp1" src_unpack() { games-mods_src_unpack |