diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 01:45:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 01:45:03 +0000 |
commit | fcb46cc899304027b7e49e34c9e6379369a258dc (patch) | |
tree | 47a8b3ee18905fe9910abddf5eae79195553cbc8 /games-emulation/psemu-cdriso | |
parent | Change to use export MONO_SHARED_DIR=${T} to solve sandbox issues. Needed for... (diff) | |
download | gentoo-2-fcb46cc899304027b7e49e34c9e6379369a258dc.tar.gz gentoo-2-fcb46cc899304027b7e49e34c9e6379369a258dc.tar.bz2 gentoo-2-fcb46cc899304027b7e49e34c9e6379369a258dc.zip |
IUSE
Diffstat (limited to 'games-emulation/psemu-cdriso')
-rw-r--r-- | games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild b/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild index bd59b618d932..8f4bd2f22016 100644 --- a/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild +++ b/games-emulation/psemu-cdriso/psemu-cdriso-1.4.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-cdriso/psemu-cdriso-1.4.ebuild,v 1.3 2004/02/13 15:40:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild,v 1.4 2004/05/27 01:44:04 mr_bones_ Exp $ inherit games eutils @@ -11,17 +11,18 @@ SRC_URI="http://linuzappz.pcsx.net/downloads/cdriso-${PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="sys-libs/zlib app-arch/bzip2 =x11-libs/gtk+-1* dev-util/pkgconfig" -S=${WORKDIR}/cdriso +S="${WORKDIR}/cdriso" src_unpack() { unpack ${A} - epatch ${FILESDIR}/${PV}-makefile-cflags.patch + epatch "${FILESDIR}/${PV}-makefile-cflags.patch" } src_compile() { |