summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-09-20 14:46:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-09-20 14:46:34 +0000
commit563d0f1a945975c1a8825cdddcf90fac22eaf6b4 (patch)
tree02959a6321ee7edcf39d353984ba3b676af1e5b3 /games-emulation/goosnes
parentremove gtk2 use flag (diff)
downloadgentoo-2-563d0f1a945975c1a8825cdddcf90fac22eaf6b4.tar.gz
gentoo-2-563d0f1a945975c1a8825cdddcf90fac22eaf6b4.tar.bz2
gentoo-2-563d0f1a945975c1a8825cdddcf90fac22eaf6b4.zip
remove gtk2 use flag
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-emulation/goosnes')
-rw-r--r--games-emulation/goosnes/ChangeLog7
-rw-r--r--games-emulation/goosnes/goosnes-0.5.2.ebuild10
2 files changed, 9 insertions, 8 deletions
diff --git a/games-emulation/goosnes/ChangeLog b/games-emulation/goosnes/ChangeLog
index e8caa77e3e7a..8625615373ab 100644
--- a/games-emulation/goosnes/ChangeLog
+++ b/games-emulation/goosnes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/goosnes
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/ChangeLog,v 1.6 2004/11/11 01:37:04 josejx Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/ChangeLog,v 1.7 2005/09/20 14:46:34 mr_bones_ Exp $
+
+ 20 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> goosnes-0.5.2.ebuild:
+ remove gtk2 use flag
11 Nov 2004; Joseph Jezak <josejx@gentoo.org> goosnes-0.5.2.ebuild:
Marked ppc stable.
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"
}