diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:36:55 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:36:55 +0000 |
commit | 0cbf3b6a1f7b75fadff3d951ca5de362bee67002 (patch) | |
tree | 25f87227594625f5dc4357ee243dd435d6d0e190 /games-emulation/mupen64-alsasnd | |
parent | Fix qt dep (diff) | |
download | historical-0cbf3b6a1f7b75fadff3d951ca5de362bee67002.tar.gz historical-0cbf3b6a1f7b75fadff3d951ca5de362bee67002.tar.bz2 historical-0cbf3b6a1f7b75fadff3d951ca5de362bee67002.zip |
Fix qt dep
Package-Manager: portage-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/Manifest | 6 | ||||
-rw-r--r-- | games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild | 4 |
3 files changed, 9 insertions, 6 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/Manifest b/games-emulation/mupen64-alsasnd/Manifest index 737e598da1f1..55dcaaa31bc7 100644 --- a/games-emulation/mupen64-alsasnd/Manifest +++ b/games-emulation/mupen64-alsasnd/Manifest @@ -1,6 +1,6 @@ +MD5 4f3af2259fce6b93934050a63df8407e mupen64-alsasnd-0.4.ebuild 1416 +MD5 576fa8ea8f91aeff3187af7708ff9288 ChangeLog 987 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 694a67f80016c70a5104b49cb0c2335e mupen64-alsasnd-0.4.ebuild 1420 -MD5 f6a55d4d96b921ec8a360e8ddcde3ee8 ChangeLog 899 +MD5 658b03e564090a62ea13902273e73ae4 files/digest-mupen64-alsasnd-0.4 70 MD5 49a9052e77c664f4a2c6b092c62b39f6 files/0.4-gentoo.patch 560 MD5 15dd3b6cd3a33e7fcba000b2b38b9bd2 files/0.4-gtk.patch 1203 -MD5 658b03e564090a62ea13902273e73ae4 files/digest-mupen64-alsasnd-0.4 70 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* )" |