diff options
-rw-r--r-- | app-emulation/snes9x/snes9x-139-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/snes9x/snes9x-139.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/uae/uae-0.8.22.ebuild | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/snes9x/snes9x-139-r1.ebuild b/app-emulation/snes9x/snes9x-139-r1.ebuild index 6fabdb0fdbfc..ed1625c8b1e8 100644 --- a/app-emulation/snes9x/snes9x-139-r1.ebuild +++ b/app-emulation/snes9x/snes9x-139-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.9 2002/10/20 18:37:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.10 2002/11/17 22:52:09 hanno Exp $ IUSE="X svga 3dfx opengl" @@ -8,7 +8,7 @@ DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator" HOMEPAGE="http://www.snes9x.com/" LICENSE="as-is" KEYWORDS="x86 -ppc" -SLOT="0" +SLOT="0" SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip" DEPEND="dev-lang/nasm X? ( virtual/x11 ) diff --git a/app-emulation/snes9x/snes9x-139.ebuild b/app-emulation/snes9x/snes9x-139.ebuild index abc2e2a5f7f8..0b09b97899ee 100644 --- a/app-emulation/snes9x/snes9x-139.ebuild +++ b/app-emulation/snes9x/snes9x-139.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139.ebuild,v 1.6 2002/11/02 23:39:56 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139.ebuild,v 1.7 2002/11/17 22:52:09 hanno Exp $ DESCRIPTION="Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator." HOMEPAGE="http://www.snes9x.com/" @@ -11,6 +11,7 @@ SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip" DEPEND="dev-lang/nasm virtual/x11" S=${WORKDIR}/release +IUSE="" src_compile() { make -f Makefile.linux || die diff --git a/app-emulation/uae/uae-0.8.22.ebuild b/app-emulation/uae/uae-0.8.22.ebuild index 00817235c40d..3fa1063cbea8 100644 --- a/app-emulation/uae/uae-0.8.22.ebuild +++ b/app-emulation/uae/uae-0.8.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.6 2002/11/02 23:56:35 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.7 2002/11/17 22:52:09 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="An amiga emulator" @@ -35,7 +35,7 @@ src_compile() { --enable-threads \ --enable-scsi-device \ ${myconf} || die "./configure failed" - + make || die } |