diff options
author | 2005-09-20 14:46:34 +0000 | |
---|---|---|
committer | 2005-09-20 14:46:34 +0000 | |
commit | 74fbfc8bf9cf27508664af059365625209d265f5 (patch) | |
tree | 755a2c4a10751c961f8eada3df1090fcec54bb94 /games-emulation/goosnes/goosnes-0.5.2.ebuild | |
parent | remove gtk2 use flag (diff) | |
download | historical-74fbfc8bf9cf27508664af059365625209d265f5.tar.gz historical-74fbfc8bf9cf27508664af059365625209d265f5.tar.bz2 historical-74fbfc8bf9cf27508664af059365625209d265f5.zip |
remove gtk2 use flag
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-emulation/goosnes/goosnes-0.5.2.ebuild')
-rw-r--r-- | games-emulation/goosnes/goosnes-0.5.2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games-emulation/goosnes/goosnes-0.5.2.ebuild b/games-emulation/goosnes/goosnes-0.5.2.ebuild index 00f366d6779c..9ab9a140d6e3 100644 --- a/games-emulation/goosnes/goosnes-0.5.2.ebuild +++ b/games-emulation/goosnes/goosnes-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.8 2005/07/22 00:11:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.9 2005/09/20 14:46:34 mr_bones_ Exp $ inherit games @@ -11,11 +11,10 @@ SRC_URI="http://bard.sytes.net/debian/dists/unstable/main/source/${PN}_${PV}-1.t LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="gtk2" +IUSE="" DEPEND="dev-libs/libxml2 - gtk2? ( =x11-libs/gtk+-2* ) - !gtk2? ( =x11-libs/gtk+-1* )" + =x11-libs/gtk+-2*" RDEPEND="${DEPEND} games-emulation/snes9x" DEPEND="${DEPEND} @@ -29,8 +28,7 @@ src_unpack() { } src_compile() { - use gtk2 && myconf="--with-gtk-version=2.0" - egamesconf ${myconf} || die + egamesconf --with-gtk-version=2.0 || die emake || die "emake failed" } |