diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 00:57:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 00:57:50 +0000 |
commit | df3a202e239332a8522d27c699aec05c398d24e4 (patch) | |
tree | 18476436e492a0a395ae829e6e5f674f006d5976 /games-emulation/mupen64-alsasnd | |
parent | dep typo (diff) | |
download | historical-df3a202e239332a8522d27c699aec05c398d24e4.tar.gz historical-df3a202e239332a8522d27c699aec05c398d24e4.tar.bz2 historical-df3a202e239332a8522d27c699aec05c398d24e4.zip |
dep typo
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-emulation/mupen64-alsasnd')
-rw-r--r-- | games-emulation/mupen64-alsasnd/Manifest | 16 | ||||
-rw-r--r-- | games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild | 6 |
2 files changed, 6 insertions, 16 deletions
diff --git a/games-emulation/mupen64-alsasnd/Manifest b/games-emulation/mupen64-alsasnd/Manifest index 8ee0b87a5a08..737e598da1f1 100644 --- a/games-emulation/mupen64-alsasnd/Manifest +++ b/games-emulation/mupen64-alsasnd/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 39e4e5950bf769acd08f79c73e81a7e0 mupen64-alsasnd-0.4.ebuild 1415 -MD5 f6a55d4d96b921ec8a360e8ddcde3ee8 ChangeLog 899 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 658b03e564090a62ea13902273e73ae4 files/digest-mupen64-alsasnd-0.4 70 +MD5 694a67f80016c70a5104b49cb0c2335e mupen64-alsasnd-0.4.ebuild 1420 +MD5 f6a55d4d96b921ec8a360e8ddcde3ee8 ChangeLog 899 MD5 49a9052e77c664f4a2c6b092c62b39f6 files/0.4-gentoo.patch 560 MD5 15dd3b6cd3a33e7fcba000b2b38b9bd2 files/0.4-gtk.patch 1203 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD4DBQFCZaFTUpKYMelfdYERAqYNAJ9mdBY90xPnhxClD43Bm0amRGM9cgCXeCMC -iwvM6DAKFweB6QscMOUYGg== -=q+cl ------END PGP SIGNATURE----- +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 84001f12bb4f..1fa839281633 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.10 2005/04/20 00:28:43 morfic Exp $ +# $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 $ inherit games eutils @@ -15,8 +15,8 @@ IUSE="qt gtk gtk2" DEPEND=">=media-libs/alsa-lib-0.9.0 || ( - gtk? ( !gtk2? (=x11-libs/gtk+-1* ) - gtk2? ( =x11-libs/gtk+-2* ) ) + gtk? ( !gtk2? ( =x11-libs/gtk+-1* ) + gtk2? ( =x11-libs/gtk+-2* ) ) qt? ( >=x11-libs/qt-3 ) =x11-libs/gtk+-2* )" |