diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-23 19:07:25 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-23 19:07:25 +0000 |
commit | 54fa56713da9b82223f272d7b806857075af3872 (patch) | |
tree | 2ed46f7aa793d23530b8a6751dc0e37438c2d642 /games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild | |
parent | Stable on ppc64; bug #152336 (diff) | |
download | gentoo-2-54fa56713da9b82223f272d7b806857075af3872.tar.gz gentoo-2-54fa56713da9b82223f272d7b806857075af3872.tar.bz2 gentoo-2-54fa56713da9b82223f272d7b806857075af3872.zip |
Added explicit KEYWORDS since this should run on ppc and fixed dependencies.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild')
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild index 58bf18ae236f..203c9f65b96c 100644 --- a/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild +++ b/games-fps/quake3-cpma/quake3-cpma-1.38-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-cpma/quake3-cpma-1.38-r1.ebuild,v 1.1 2006/10/23 19:03:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild,v 1.2 2006/10/23 19:07:25 wolf31o2 Exp $ MOD_DESC="advanced FPS competition mod" MOD_NAME="Challenge Pro Mode Arena" @@ -16,4 +16,10 @@ SRC_URI="http://www.challenge-tv.com/demostorage/files/cpm/cpma${PV//.}-nomaps.z LICENSE="as-is" -RDEPEND="games-fps/${GAME}" +KEYWORDS="-* ~amd64 ~ppc ~x86" + +RDEPEND="ppc? ( games-fps/${GAME} ) + !ppc? ( + || ( + games-fps/${GAME} + games-fps/${GAME}-bin ) )" |