diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:38:44 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:38:44 +0000 |
commit | b0591a8323ed7b704baaf1a621cf9afe6d1f78f1 (patch) | |
tree | e0f504db405a628a0f37e81bc090da408246c583 /games-emulation/mupen64-alsasnd | |
parent | arm/s390 stable (diff) | |
download | gentoo-2-b0591a8323ed7b704baaf1a621cf9afe6d1f78f1.tar.gz gentoo-2-b0591a8323ed7b704baaf1a621cf9afe6d1f78f1.tar.bz2 gentoo-2-b0591a8323ed7b704baaf1a621cf9afe6d1f78f1.zip |
Fix qt dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-emulation/mupen64-alsasnd')
-rw-r--r-- | games-emulation/mupen64-alsasnd/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/mupen64-alsasnd/ChangeLog b/games-emulation/mupen64-alsasnd/ChangeLog index 265b0d89c90c..43f734bff2d7 100644 --- a/games-emulation/mupen64-alsasnd/ChangeLog +++ b/games-emulation/mupen64-alsasnd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mupen64-alsasnd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/ChangeLog,v 1.6 2005/04/20 00:28:43 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/ChangeLog,v 1.7 2005/07/07 04:36:55 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> mupen64-alsasnd-0.4.ebuild: + Fix qt dep 19 Apr 2005; Daniel Goller <morfic@gentoo.org> mupen64-alsasnd-0.4.ebuild: moved file to mirrors diff --git a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild index 1fa839281633..a4351b21a6db 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-2005 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.11 2005/06/09 00:57:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild,v 1.12 2005/07/07 04:36:55 caleb Exp $ inherit games eutils @@ -17,7 +17,7 @@ DEPEND=">=media-libs/alsa-lib-0.9.0 || ( gtk? ( !gtk2? ( =x11-libs/gtk+-1* ) gtk2? ( =x11-libs/gtk+-2* ) ) - qt? ( >=x11-libs/qt-3 ) + qt? ( =x11-libs/qt-3* ) =x11-libs/gtk+-2* )" |