diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 15:29:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 15:29:04 +0000 |
commit | 3e67e38196770a74511e1c26d1b6791bf415b5b7 (patch) | |
tree | de4e97b27cba791cb7e1d6d0c9383810f77ec64a /games-emulation/mupen64 | |
parent | touch (diff) | |
download | historical-3e67e38196770a74511e1c26d1b6791bf415b5b7.tar.gz historical-3e67e38196770a74511e1c26d1b6791bf415b5b7.tar.bz2 historical-3e67e38196770a74511e1c26d1b6791bf415b5b7.zip |
remove gtk2 use flag
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-emulation/mupen64')
-rw-r--r-- | games-emulation/mupen64/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/mupen64/mupen64-0.4-r2.ebuild | 18 |
2 files changed, 12 insertions, 12 deletions
diff --git a/games-emulation/mupen64/ChangeLog b/games-emulation/mupen64/ChangeLog index 3328ece852db..fd39865e57d2 100644 --- a/games-emulation/mupen64/ChangeLog +++ b/games-emulation/mupen64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/ChangeLog,v 1.16 2005/05/30 18:35:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/ChangeLog,v 1.17 2005/09/20 15:29:04 mr_bones_ Exp $ + + 20 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> + mupen64-0.4-r2.ebuild: + remove gtk2 use flag 30 May 2005; Sven Wegener <swegener@gentoo.org> mupen64-0.4-r2.ebuild: Removed unneeded use of gcc.eclass. diff --git a/games-emulation/mupen64/mupen64-0.4-r2.ebuild b/games-emulation/mupen64/mupen64-0.4-r2.ebuild index b30deb0cc593..2310929eee00 100644 --- a/games-emulation/mupen64/mupen64-0.4-r2.ebuild +++ b/games-emulation/mupen64/mupen64-0.4-r2.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/mupen64-0.4-r2.ebuild,v 1.5 2005/06/02 23:02:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.4-r2.ebuild,v 1.6 2005/09/20 15:29:04 mr_bones_ Exp $ inherit eutils games @@ -14,17 +14,16 @@ SRC_URI="http://mupen64.emulation64.com/files/${PV}/mupen64_src-${PV}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="asm avi gtk2" +IUSE="asm avi" RDEPEND="sys-libs/zlib media-libs/libsdl virtual/glu virtual/opengl avi? ( media-video/avifile ) - !gtk2? ( =x11-libs/gtk+-1.2* ) - gtk2? ( =x11-libs/gtk+-2* )" + =x11-libs/gtk+-2*" DEPEND="${RDEPEND} - gtk2? ( dev-util/pkgconfig )" + dev-util/pkgconfig" RDEPEND="${RDEPEND} >=games-emulation/mupen64-glN64-0.4.1_rc2-r1" @@ -34,12 +33,9 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${PN}-makefiles.patch" - epatch "${FILESDIR}/${PN}-confdir.patch" - # gtk2 breaks some configuration dialogs (bug 56195 #35) - if use gtk2; then - epatch "${FILESDIR}/${PN}-gtk2-makefile.patch" - fi + epatch "${FILESDIR}/${PN}-makefiles.patch" \ + "${FILESDIR}/${PN}-confdir.patch" \ + "${FILESDIR}/${PN}-gtk2-makefile.patch" if use avi; then epatch "${FILESDIR}/${PN}-gentoo-avi.patch" fi |