diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 21:15:10 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 21:15:10 +0000 |
commit | 81ea2ddee8af09abffa705cbbcfeb7a07173bfec (patch) | |
tree | bd62d6da853679b10798a765e8065965538392f2 /games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild | |
parent | set KEYWORDS, IUSE; drop GAME from RDEPEND (diff) | |
download | gentoo-2-81ea2ddee8af09abffa705cbbcfeb7a07173bfec.tar.gz gentoo-2-81ea2ddee8af09abffa705cbbcfeb7a07173bfec.tar.bz2 gentoo-2-81ea2ddee8af09abffa705cbbcfeb7a07173bfec.zip |
set IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild')
-rw-r--r-- | games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild b/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild index d0c4b54ac7ec..7b68fa6e8665 100644 --- a/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild +++ b/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild,v 1.2 2006/10/23 19:58:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild,v 1.3 2009/10/01 21:15:10 nyhm Exp $ MOD_DESC="fast paced, off-handed grapple mod" MOD_NAME="Alliance" @@ -13,11 +13,5 @@ SRC_URI="http://mir2.ovh.net/ftp.planetquake3.net/modifications/alliance/allianc HOMEPAGE="http://www.planetquake.com/alliance/" LICENSE="freedist" - KEYWORDS="-* ~amd64 ~ppc ~x86" - -RDEPEND="ppc? ( games-fps/${GAME} ) - !ppc? ( - || ( - games-fps/${GAME} - games-fps/${GAME}-bin ) )" +IUSE="dedicated opengl" |