diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-24 01:16:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-24 01:16:50 +0000 |
commit | 1c268efc3686326a2cd02d8128a9661185a3542b (patch) | |
tree | cb1009e53d72956e13f3364c9f79cab12af81707 /app-emulation | |
parent | add new distcc-1.2 ebuild (diff) | |
download | gentoo-2-1c268efc3686326a2cd02d8128a9661185a3542b.tar.gz gentoo-2-1c268efc3686326a2cd02d8128a9661185a3542b.tar.bz2 gentoo-2-1c268efc3686326a2cd02d8128a9661185a3542b.zip |
DEPEND fix for #16252
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/snes9x/snes9x-139-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/snes9x/snes9x-139-r1.ebuild b/app-emulation/snes9x/snes9x-139-r1.ebuild index d56d618d2745..9b94ad8e92c6 100644 --- a/app-emulation/snes9x/snes9x-139-r1.ebuild +++ b/app-emulation/snes9x/snes9x-139-r1.ebuild @@ -1,6 +1,6 @@ # 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.13 2003/02/23 10:26:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.14 2003/02/24 01:16:50 vapier Exp $ DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator" HOMEPAGE="http://www.snes9x.com/" @@ -11,7 +11,7 @@ KEYWORDS="x86 ~ppc" SLOT="0" IUSE="X svga 3dfx opengl" -DEPEND="x86? (dev-lang/nasm) +DEPEND="x86? ( dev-lang/nasm ) X? ( virtual/x11 ) svga? ( media-libs/svgalib ) opengl? ( virtual/opengl ) |