Fix use invocation
authorAron Griffis <agriffis@gentoo.org>
Thu, 3 Jun 2004 19:45:56 +0000 (19:45 +0000)
committerAron Griffis <agriffis@gentoo.org>
Thu, 3 Jun 2004 19:45:56 +0000 (19:45 +0000)
games-emulation/psemu-peopssoftgpu/ChangeLog
games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild

index 065a94e1f827fccae702d996b9a415aaaca960c4..9f1f67ad2fe093aa1077fc82e79a602fda535c61 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/psemu-peopssoftgpu
 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/ChangeLog,v 1.3 2004/02/13 15:38:00 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/ChangeLog,v 1.4 2004/06/03 19:45:56 agriffis Exp $
+
+  03 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+  psemu-peopssoftgpu-1.15.ebuild:
+  Fix use invocation
 
   13 Feb 2004; David Holm <dholm@gentoo.org> psemu-peopssoftgpu-1.15.ebuild:
   Added some modifications to make it compile on non-x86 archs and added to ~ppc.
index 4d99b5c04951c2b52dd3e6f3812f8572fd9336c6..82d6e793c9d56649ec0682a1696830950c3fd511 100644 (file)
@@ -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-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild,v 1.3 2004/02/14 00:28:44 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild,v 1.4 2004/06/03 19:45:56 agriffis Exp $
 
 inherit games eutils
 
@@ -37,7 +37,7 @@ src_compile() {
 
        emake OPTFLAGS="${CFLAGS}" || die "x11 build failed"
 
-       if [ `use sdl` ] ; then
+       if use sdl ; then
                sed -i 's:mk.x11:mk.fpse:g' Makefile
                make clean || die "make clean failed"
                emake OPTFLAGS="${CFLAGS}" || die "sdl build failed"