summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-09-20 15:22:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-09-20 15:22:53 +0000
commit8a7e2663b9896c92f4ca452adebdfd910dca1910 (patch)
treeb313f7cbf0e3847a445433fc45553e757c5d4378 /games-emulation/mupen64-glide64
parenttouch (diff)
downloadgentoo-2-8a7e2663b9896c92f4ca452adebdfd910dca1910.tar.gz
gentoo-2-8a7e2663b9896c92f4ca452adebdfd910dca1910.tar.bz2
gentoo-2-8a7e2663b9896c92f4ca452adebdfd910dca1910.zip
remove gtk2 use flag
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-emulation/mupen64-glide64')
-rw-r--r--games-emulation/mupen64-glide64/ChangeLog6
-rw-r--r--games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild15
2 files changed, 11 insertions, 10 deletions
diff --git a/games-emulation/mupen64-glide64/ChangeLog b/games-emulation/mupen64-glide64/ChangeLog
index 7c1520acbc02..5e7b8280e638 100644
--- a/games-emulation/mupen64-glide64/ChangeLog
+++ b/games-emulation/mupen64-glide64/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/mupen64-glide64
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glide64/ChangeLog,v 1.6 2005/03/18 16:25:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glide64/ChangeLog,v 1.7 2005/09/20 15:22:53 mr_bones_ Exp $
+
+ 20 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ mupen64-glide64-0.7.ebuild:
+ remove gtk2 use flag
18 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org>
mupen64-glide64-0.7.ebuild:
diff --git a/games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild b/games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild
index c60b71839159..0e007b3fa067 100644
--- a/games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild
+++ b/games-emulation/mupen64-glide64/mupen64-glide64-0.7.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/mupen64-glide64/mupen64-glide64-0.7.ebuild,v 1.6 2005/03/18 16:25:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glide64/mupen64-glide64-0.7.ebuild,v 1.7 2005/09/20 15:22:53 mr_bones_ Exp $
inherit flag-o-matic eutils games
@@ -12,13 +12,12 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-IUSE="gtk2"
+IUSE=""
DEPEND="virtual/opengl
virtual/glu
media-libs/libsdl
- gtk2? ( >=x11-libs/gtk+-2 )
- !gtk2? ( =x11-libs/gtk+-1.2* )"
+ >=x11-libs/gtk+-2"
S=${WORKDIR}/${MY_P}
@@ -26,11 +25,9 @@ src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${P}-compile.patch"
- epatch "${FILESDIR}/${P}-inifix.patch"
- if use gtk2; then
- epatch "${FILESDIR}/${P}-gtk2.patch"
- fi
+ epatch "${FILESDIR}/${P}-compile.patch" \
+ "${FILESDIR}/${P}-inifix.patch" \
+ "${FILESDIR}/${P}-gtk2.patch"
make clean || die "couldn't clean"