diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-14 18:19:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-14 18:19:30 +0000 |
commit | 19b7347834fc564a0fa7af6209b132b597fa5b4a (patch) | |
tree | 5cd9ee919bb96fd3d5ca077a4019ff81eb23b7cb /games-action | |
parent | Added ~mips keyword. (diff) | |
download | historical-19b7347834fc564a0fa7af6209b132b597fa5b4a.tar.gz historical-19b7347834fc564a0fa7af6209b132b597fa5b4a.tar.bz2 historical-19b7347834fc564a0fa7af6209b132b597fa5b4a.zip |
ppc support
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/d2x/d2x-0.2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/d2x/d2x-0.2.5.ebuild b/games-action/d2x/d2x-0.2.5.ebuild index 76377071b464..bf0e689304f0 100644 --- a/games-action/d2x/d2x-0.2.5.ebuild +++ b/games-action/d2x/d2x-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.2 2004/02/20 06:13:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.3 2004/03/14 18:19:30 vapier Exp $ inherit games flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="http://icculus.org/d2x/src/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" IUSE="debug opengl ggi svga" DEPEND="media-libs/libsdl @@ -33,7 +33,7 @@ src_unpack() { src_compile() { # --disable-network --enable-console local myconf="`use_enable x86 assembler`" - [ `use debug` ] \ + use debug \ && debugconf="${myconf} --enable-debug --disable-release" \ || debugconf="${myconf} --disable-debug --enable-release" # we do this because each of the optional guys define the same functions |