diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:01:21 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:01:21 +0000 |
commit | 85fcdbc95dac419275cdcc5b9988ccc29a47f714 (patch) | |
tree | 6999fbc0913106b981c5a209695c7ca24e6cb80e /games-fps/ut2004-bonuspack-cbp1 | |
parent | set KEYWORDS, IUSE; drop RDEPEND (diff) | |
download | gentoo-2-85fcdbc95dac419275cdcc5b9988ccc29a47f714.tar.gz gentoo-2-85fcdbc95dac419275cdcc5b9988ccc29a47f714.tar.bz2 gentoo-2-85fcdbc95dac419275cdcc5b9988ccc29a47f714.zip |
set KEYWORDS, IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp1')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild index 44d2a12d1b73..1720ba623c77 100644 --- a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild +++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-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-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v 1.2 2007/01/10 19:32:24 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v 1.3 2009/10/01 22:01:21 nyhm Exp $ MOD_DESC="original Community Bonus Pack for UT2003 repacked for UT2004" MOD_NAME="Community Bonus Pack Volume 1" @@ -12,5 +12,5 @@ HOMEPAGE="http://www.planetunreal.com/cbp/" SRC_URI="mirror://liflg/cbp1_volume1-multilanguage-2.run" LICENSE="freedist" - -RDEPEND="${CATEGORY}/${GAME}" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" |