summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-23 10:26:57 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-23 10:26:57 +0000
commitc12fc636b20ce692e2da2bcfcdc94be39ed3d12f (patch)
treea4f96d4e1a82aff4560f89c1bb710b092d6329c8 /app-emulation
parentAdded hppa to keywords. (diff)
downloadgentoo-2-c12fc636b20ce692e2da2bcfcdc94be39ed3d12f.tar.gz
gentoo-2-c12fc636b20ce692e2da2bcfcdc94be39ed3d12f.tar.bz2
gentoo-2-c12fc636b20ce692e2da2bcfcdc94be39ed3d12f.zip
bleh
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/snes9x/snes9x-139-r1.ebuild18
1 files changed, 10 insertions, 8 deletions
diff --git a/app-emulation/snes9x/snes9x-139-r1.ebuild b/app-emulation/snes9x/snes9x-139-r1.ebuild
index a3b58036119e..d56d618d2745 100644
--- a/app-emulation/snes9x/snes9x-139-r1.ebuild
+++ b/app-emulation/snes9x/snes9x-139-r1.ebuild
@@ -1,24 +1,26 @@
# Copyright 1999-2003 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.12 2003/02/20 21:58:26 darkspecter Exp $
-
-IUSE="X svga 3dfx opengl"
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.13 2003/02/23 10:26:57 vapier Exp $
DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator"
HOMEPAGE="http://www.snes9x.com/"
+SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip"
+
LICENSE="as-is"
KEYWORDS="x86 ~ppc"
SLOT="0"
-SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip"
+IUSE="X svga 3dfx opengl"
+
DEPEND="x86? (dev-lang/nasm)
X? ( virtual/x11 )
svga? ( media-libs/svgalib )
opengl? ( virtual/opengl )
3dfx? ( media-libs/glide-v3 )"
-RDEPEND= X? ( virtual/x11 )
- svga? ( media-libs/svgalib )
- opengl? ( virtual/opengl )
- 3dfx? ( media-libs/glide-v3 )"
+RDEPEND="X? ( virtual/x11 )
+ svga? ( media-libs/svgalib )
+ opengl? ( virtual/opengl )
+ 3dfx? ( media-libs/glide-v3 )"
+
S="${WORKDIR}/release"
pkg_setup() {