diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 21:33:22 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 21:33:22 +0000 |
commit | 4f3d63b54e2f1b75bc417fac3ed340896805961e (patch) | |
tree | 1b40b76a69f27225b4e9a8edccb3260a93c1f7de /games-fps/quake3-cpma | |
parent | rm (diff) | |
download | historical-4f3d63b54e2f1b75bc417fac3ed340896805961e.tar.gz historical-4f3d63b54e2f1b75bc417fac3ed340896805961e.tar.bz2 historical-4f3d63b54e2f1b75bc417fac3ed340896805961e.zip |
set IUSE; drop RDEPEND
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'games-fps/quake3-cpma')
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.46.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild index b5a1a65c4112..fa71864f4840 100644 --- a/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild +++ b/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.1 2009/07/24 21:19:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.2 2009/10/01 21:28:31 nyhm Exp $ MOD_DESC="advanced FPS competition mod" MOD_NAME="Challenge Pro Mode Arena" @@ -14,14 +14,8 @@ SRC_URI="http://www.challenge-tv.com/demostorage/files/cpm/cpma${PV//.}-nomaps.z http://www.promode.org/files/cpma-mappack-full.zip" LICENSE="as-is" - KEYWORDS="-* ~amd64 ~ppc ~x86" - -RDEPEND="ppc? ( games-fps/${GAME} ) - !ppc? ( - || ( - games-fps/${GAME} - games-fps/${GAME}-bin ) )" +IUSE="dedicated opengl" src_install() { insinto "${GAMES_DATADIR}/${GAME}/baseq3" |