diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 14:48:35 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 14:48:35 +0000 |
commit | f8c2df093fb274fbc648b11b3d1ada95868e511e (patch) | |
tree | 5c914e875e664e0aeb13b6f616be31559632bd71 /media-sound/madman | |
parent | clean out cruft ebuilds (diff) | |
download | gentoo-2-f8c2df093fb274fbc648b11b3d1ada95868e511e.tar.gz gentoo-2-f8c2df093fb274fbc648b11b3d1ada95868e511e.tar.bz2 gentoo-2-f8c2df093fb274fbc648b11b3d1ada95868e511e.zip |
Fix qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound/madman')
-rw-r--r-- | media-sound/madman/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/madman/madman-0.91.1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/madman/madman-0.93.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/madman/ChangeLog b/media-sound/madman/ChangeLog index 1cf15249adf6..d961387ea6ab 100644 --- a/media-sound/madman/ChangeLog +++ b/media-sound/madman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/madman -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/ChangeLog,v 1.10 2004/09/15 19:48:58 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/ChangeLog,v 1.11 2005/07/28 14:45:31 caleb Exp $ + + 28 Jul 2005; Caleb Tennis <caleb@gentoo.org> madman-0.91.1.ebuild, + madman-0.93.ebuild: + Fix qt dep per bug #100235 15 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> madman-0.93.ebuild: Fixed dependency to require libid3tag. Closes bug #63158. diff --git a/media-sound/madman/madman-0.91.1.ebuild b/media-sound/madman/madman-0.91.1.ebuild index 654c952663a1..b50580101704 100644 --- a/media-sound/madman/madman-0.91.1.ebuild +++ b/media-sound/madman/madman-0.91.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/madman-0.91.1.ebuild,v 1.9 2004/08/07 23:26:03 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/madman-0.91.1.ebuild,v 1.10 2005/07/28 14:45:31 caleb Exp $ DESCRIPTION="MP3 organizer/ID3 tag-editor extraordinaire" HOMEPAGE="http://madman.sf.net" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=x11-libs/qt-3.1.0-r3 +DEPEND="=x11-libs/qt-3* >=media-libs/libvorbis-1.0 >=media-sound/xmms-1.2.7-r20 >=media-libs/id3lib-3.8.3" diff --git a/media-sound/madman/madman-0.93.ebuild b/media-sound/madman/madman-0.93.ebuild index 082cd7f46c9e..4fa149ce2a8e 100644 --- a/media-sound/madman/madman-0.93.ebuild +++ b/media-sound/madman/madman-0.93.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/madman-0.93.ebuild,v 1.6 2004/09/15 19:48:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/madman-0.93.ebuild,v 1.7 2005/07/28 14:45:31 caleb Exp $ IUSE="" @@ -15,7 +15,7 @@ SLOT="0" #-amd64: 0.93: see bug #56821 KEYWORDS="x86 -amd64 sparc ~ppc" -DEPEND=">=x11-libs/qt-3.1.0-r3 +DEPEND="=x11-libs/qt-3* >=media-libs/libvorbis-1.0 >=media-sound/xmms-1.2.7-r20 >=media-libs/libid3tag-0.15.1b" |