summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-23 19:07:25 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-23 19:07:25 +0000
commit54fa56713da9b82223f272d7b806857075af3872 (patch)
tree2ed46f7aa793d23530b8a6751dc0e37438c2d642 /games-fps
parentStable on ppc64; bug #152336 (diff)
downloadgentoo-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')
-rw-r--r--games-fps/quake3-cpma/ChangeLog6
-rw-r--r--games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild10
2 files changed, 13 insertions, 3 deletions
diff --git a/games-fps/quake3-cpma/ChangeLog b/games-fps/quake3-cpma/ChangeLog
index e16ef5853039..4acf8291e106 100644
--- a/games-fps/quake3-cpma/ChangeLog
+++ b/games-fps/quake3-cpma/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3-cpma
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.12 2006/10/23 19:03:20 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.13 2006/10/23 19:07:25 wolf31o2 Exp $
+
+ 23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake3-cpma-1.38-r1.ebuild:
+ Added explicit KEYWORDS since this should run on ppc and fixed dependencies.
*quake3-cpma-1.38-r1 (23 Oct 2006)
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 ) )"