diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-03-09 00:05:14 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-03-09 00:05:14 +0000 |
commit | 106ef83e1658e3dc00e34ee43b12129027226bea (patch) | |
tree | cf49ecb31d3716f50edb1fa84d0338140ed0ce8c | |
parent | Fix bad intltool rules. (diff) | |
download | gentoo-2-106ef83e1658e3dc00e34ee43b12129027226bea.tar.gz gentoo-2-106ef83e1658e3dc00e34ee43b12129027226bea.tar.bz2 gentoo-2-106ef83e1658e3dc00e34ee43b12129027226bea.zip |
configure says musicbrainz:1 is required and :3 is optional (although automagic), require both, bug #275798.
(Portage version: 2.2_rc65/cvs/Linux x86_64)
-rw-r--r-- | media-sound/sound-juicer/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-2.26.2.ebuild | 3 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-2.28.1.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index b9058b23e111..0a75be7ccc80 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/sound-juicer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.177 2010/01/20 21:37:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.178 2010/03/09 00:05:14 eva Exp $ + + 09 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org> + sound-juicer-2.26.2.ebuild, sound-juicer-2.28.1.ebuild: + configure says musicbrainz:1 is required and :3 is optional (although + automagic), require both, bug #275798. 20 Jan 2010; Gilles Dartiguelongue <eva@gentoo.org> -sound-juicer-2.24.0.ebuild, sound-juicer-2.26.1.ebuild, diff --git a/media-sound/sound-juicer/sound-juicer-2.26.2.ebuild b/media-sound/sound-juicer/sound-juicer-2.26.2.ebuild index 39e1de645865..d5020e4c173b 100644 --- a/media-sound/sound-juicer/sound-juicer-2.26.2.ebuild +++ b/media-sound/sound-juicer/sound-juicer-2.26.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.26.2.ebuild,v 1.3 2010/01/20 21:37:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.26.2.ebuild,v 1.4 2010/03/09 00:05:14 eva Exp $ EAPI="2" @@ -23,6 +23,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.16 media-libs/libcanberra[gtk] dev-libs/dbus-glib + >=media-libs/musicbrainz-2.1.3:1 >=media-libs/musicbrainz-3.0.2:3 >=dev-libs/libcdio-0.70[-minimal] >=gnome-extra/gnome-media-2.11.91 diff --git a/media-sound/sound-juicer/sound-juicer-2.28.1.ebuild b/media-sound/sound-juicer/sound-juicer-2.28.1.ebuild index 709ca3d70d69..cbfa271f4094 100644 --- a/media-sound/sound-juicer/sound-juicer-2.28.1.ebuild +++ b/media-sound/sound-juicer/sound-juicer-2.28.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.28.1.ebuild,v 1.3 2010/01/20 21:37:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.28.1.ebuild,v 1.4 2010/03/09 00:05:14 eva Exp $ EAPI="2" @@ -23,6 +23,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.18 media-libs/libcanberra[gtk] dev-libs/dbus-glib + >=media-libs/musicbrainz-2.1.3:1 >=media-libs/musicbrainz-3.0.2:3 >=dev-libs/libcdio-0.70[-minimal] >=gnome-extra/gnome-media-2.11.91 |