diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 21:17:55 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 21:17:55 +0000 |
commit | 8b366cf575b13b863fcfc2368f8cffe366a46a3b (patch) | |
tree | 67cc627d550291f61af9b0e29be1ae1abc9e4277 /games-fps/quake3-bfp | |
parent | set IUSE; drop RDEPEND (diff) | |
download | gentoo-2-8b366cf575b13b863fcfc2368f8cffe366a46a3b.tar.gz gentoo-2-8b366cf575b13b863fcfc2368f8cffe366a46a3b.tar.bz2 gentoo-2-8b366cf575b13b863fcfc2368f8cffe366a46a3b.zip |
set IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-bfp')
-rw-r--r-- | games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild index 46f9f28c21e9..0688fd7f471a 100644 --- a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild +++ b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.3 2008/02/15 01:00:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.4 2009/10/01 21:17:55 nyhm Exp $ MOD_DESC="take control of Ki-powered superheros and battle in a mostly aerial fight" MOD_NAME="Bid For Power" @@ -13,11 +13,5 @@ HOMEPAGE="http://www.planetquake.com/bidforpower/" SRC_URI="http://games.mirrors.tds.net/pub/planetquake3/modifications/bidforpower/bidforpower${PV/./-}.zip" LICENSE="freedist" - KEYWORDS="-* ~amd64 ~ppc ~x86" - -RDEPEND="ppc? ( games-fps/${GAME} ) - !ppc? ( - || ( - games-fps/${GAME} - games-fps/${GAME}-bin ) )" +IUSE="dedicated opengl" |