diff options
author | 2002-10-20 18:37:53 +0000 | |
---|---|---|
committer | 2002-10-20 18:37:53 +0000 | |
commit | 7646efbc93f71e7025e84a34db0fdc8ea870daea (patch) | |
tree | 6f398cb4003b871929e8bb43aa8e556d27e76c4b /app-emulation/snes9x | |
parent | Remove rdepend=depend (diff) | |
download | historical-7646efbc93f71e7025e84a34db0fdc8ea870daea.tar.gz historical-7646efbc93f71e7025e84a34db0fdc8ea870daea.tar.bz2 historical-7646efbc93f71e7025e84a34db0fdc8ea870daea.zip |
Remove rdepend=depend
Diffstat (limited to 'app-emulation/snes9x')
-rw-r--r-- | app-emulation/snes9x/snes9x-139-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/snes9x/snes9x-139.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/snes9x/snes9x-139-r1.ebuild b/app-emulation/snes9x/snes9x-139-r1.ebuild index ad8ba0c9b2b5..6fabdb0fdbfc 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.8 2002/10/17 01:01:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.9 2002/10/20 18:37:51 vapier Exp $ IUSE="X svga 3dfx opengl" @@ -15,7 +15,6 @@ DEPEND="dev-lang/nasm svga? ( media-libs/svgalib ) opengl? ( virtual/opengl ) 3dfx? ( media-libs/glide-v3 )" -RDEPEND="${DEPEND}" S="${WORKDIR}/release" pkg_setup() { diff --git a/app-emulation/snes9x/snes9x-139.ebuild b/app-emulation/snes9x/snes9x-139.ebuild index 89818db68346..5ad5f6645275 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.4 2002/07/27 16:04:24 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139.ebuild,v 1.5 2002/10/20 18:37:51 vapier Exp $ DESCRIPTION="Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator." HOMEPAGE="http://www.snes9x.com/" @@ -10,7 +10,6 @@ SLOT="0" SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip" DEPEND="dev-lang/nasm virtual/x11" -RDEPEND="${DEPEND}" S=${WORKDIR}/release src_compile() { |