diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-17 12:26:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-17 12:26:27 +0000 |
commit | 3166467e6c8dc6b34c0c6d51b7b20eae5f82a14b (patch) | |
tree | 65f736dfcbeb9e1438357b3a911fc226517e62b0 /media-sound/listen | |
parent | Add ~sparc for testing at request of Ivan Mironov and mmess, bug #277883. (diff) | |
download | gentoo-2-3166467e6c8dc6b34c0c6d51b7b20eae5f82a14b.tar.gz gentoo-2-3166467e6c8dc6b34c0c6d51b7b20eae5f82a14b.tar.bz2 gentoo-2-3166467e6c8dc6b34c0c6d51b7b20eae5f82a14b.zip |
Tweak USE musicbrainz dep for last commit a bit more.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/listen')
-rw-r--r-- | media-sound/listen/listen-0.6.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/listen/listen-0.6.2.ebuild b/media-sound/listen/listen-0.6.2.ebuild index f97e2501f55c..e5e1e0a44972 100644 --- a/media-sound/listen/listen-0.6.2.ebuild +++ b/media-sound/listen/listen-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild,v 1.5 2009/07/17 10:48:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild,v 1.6 2009/07/17 12:26:27 ssuominen Exp $ EAPI=2 inherit eutils multilib python @@ -26,7 +26,8 @@ RDEPEND=">=dev-lang/python-2.5 libsexy? ( dev-python/sexy-python ) ipod? ( media-libs/libgpod[python] ) hal? ( sys-apps/hal ) - musicbrainz? ( <dev-python/python-musicbrainz-2005 )" + musicbrainz? ( <dev-python/python-musicbrainz-2005 + >=media-libs/tunepimp-0.5.3-r2[python] )" DEPEND="${RDEPEND} app-text/docbook2X dev-util/pkgconfig |