diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 22:01:21 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 22:01:21 +0000 |
commit | 50cfb6212625617837edcc528a970135277b4e28 (patch) | |
tree | a9b10c1e4aca12ab9f889fb10c5f97399fb1eb9c /games-fps/ut2004-bonuspack-cbp1 | |
parent | remove old (diff) | |
download | historical-50cfb6212625617837edcc528a970135277b4e28.tar.gz historical-50cfb6212625617837edcc528a970135277b4e28.tar.bz2 historical-50cfb6212625617837edcc528a970135277b4e28.zip |
set KEYWORDS, IUSE; drop RDEPEND
Package-Manager: portage-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" |