# 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.
# 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
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"