diff options
author | 2004-06-03 19:45:56 +0000 | |
---|---|---|
committer | 2004-06-03 19:45:56 +0000 | |
commit | 56ac5ea59e2f5eb5a95ee34891aa3e7082e7f38a (patch) | |
tree | 4805ded43882143f6f03789eddaf4d7f3c77d80c /games-emulation | |
parent | fix depend for bug #50509 (Manifest recommit) (diff) | |
download | gentoo-2-56ac5ea59e2f5eb5a95ee34891aa3e7082e7f38a.tar.gz gentoo-2-56ac5ea59e2f5eb5a95ee34891aa3e7082e7f38a.tar.bz2 gentoo-2-56ac5ea59e2f5eb5a95ee34891aa3e7082e7f38a.zip |
Fix use invocation
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/ChangeLog b/games-emulation/psemu-peopssoftgpu/ChangeLog index 065a94e1f827..9f1f67ad2fe0 100644 --- a/games-emulation/psemu-peopssoftgpu/ChangeLog +++ b/games-emulation/psemu-peopssoftgpu/ChangeLog @@ -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. diff --git a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild index 4d99b5c04951..82d6e793c9d5 100644 --- a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild +++ b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.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-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" |