diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 04:56:28 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 04:56:28 +0000 |
commit | 8c4b6cd56dbf8cca0e78f5618c1393fb807232e0 (patch) | |
tree | 2c31f04c8deca996f5128451f70403f6bb3e6592 /games-emulation | |
parent | USE flag change qt->qt3/qt4 bug #137785 (diff) | |
download | gentoo-2-8c4b6cd56dbf8cca0e78f5618c1393fb807232e0.tar.gz gentoo-2-8c4b6cd56dbf8cca0e78f5618c1393fb807232e0.tar.bz2 gentoo-2-8c4b6cd56dbf8cca0e78f5618c1393fb807232e0.zip |
USE flag change qt->qt3/qt4 bug #137785
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64-alsasnd/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/mupen64-alsasnd/ChangeLog b/games-emulation/mupen64-alsasnd/ChangeLog index 76b0938c2843..d762df37974c 100644 --- a/games-emulation/mupen64-alsasnd/ChangeLog +++ b/games-emulation/mupen64-alsasnd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64-alsasnd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/ChangeLog,v 1.9 2006/04/14 04:06:37 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/ChangeLog,v 1.10 2006/06/24 04:56:28 cardoe Exp $ + + 24 Jun 2006; Doug Goldstein <cardoe@gentoo.org> + mupen64-alsasnd-0.4.ebuild: + USE flag change qt->qt3/qt4 bug #137785 14 Apr 2006; Mark Loeser <halcy0n@gentoo.org> +files/mupen64-alsasnd-0.4-gcc41.patch, mupen64-alsasnd-0.4.ebuild: diff --git a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild index e5e18f8a2c26..da6cb08dae8b 100644 --- a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild +++ b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild,v 1.14 2006/04/14 04:06:37 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild,v 1.15 2006/06/24 04:56:28 cardoe Exp $ inherit eutils games @@ -11,12 +11,12 @@ SRC_URI="mirror://gentoo/alsa-plugin-${PV}fix.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" -IUSE="gtk qt" +IUSE="gtk qt3" DEPEND=">=media-libs/alsa-lib-0.9.0 || ( gtk? ( =x11-libs/gtk+-2* ) - qt? ( =x11-libs/qt-3* ) + qt3? ( =x11-libs/qt-3* ) =x11-libs/gtk+-2* )" @@ -38,7 +38,7 @@ src_unpack() { src_compile() { export GRAPHICAL_INTERFACE=gtk2 - use qt && export GRAPHICAL_INTERFACE=qt3 + use qt3 && export GRAPHICAL_INTERFACE=qt3 use gtk && export GRAPHICAL_INTERFACE=gtk2 emake || die "make failed" } |