diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-17 10:26:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-17 10:26:32 +0000 |
commit | b157a4f59255307140d1066149dc3d4f66c7191f (patch) | |
tree | d1ba83a079db745d5131d57245a53d7158fc8034 /media-sound/listen | |
parent | Version bump wrt #126073, thanks to Maxwell Grender-Jones for reporting. (diff) | |
download | gentoo-2-b157a4f59255307140d1066149dc3d4f66c7191f.tar.gz gentoo-2-b157a4f59255307140d1066149dc3d4f66c7191f.tar.bz2 gentoo-2-b157a4f59255307140d1066149dc3d4f66c7191f.zip |
USE musicbrainz wrt #175495, thanks to Pacho Ramos for reporting.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/listen')
-rw-r--r-- | media-sound/listen/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/listen/listen-0.6.2.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/listen/ChangeLog b/media-sound/listen/ChangeLog index 88559d5269e4..c64ac1c252d8 100644 --- a/media-sound/listen/ChangeLog +++ b/media-sound/listen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/listen # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v 1.21 2009/07/17 09:54:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v 1.22 2009/07/17 10:26:32 ssuominen Exp $ + + 17 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> listen-0.6.2.ebuild: + USE musicbrainz wrt #175495, thanks to Pacho Ramos for reporting. 17 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> listen-0.6.2.ebuild: Block dev-tinyos/listen and media-radio/ax25-apps wrt #247811. diff --git a/media-sound/listen/listen-0.6.2.ebuild b/media-sound/listen/listen-0.6.2.ebuild index 8dcfcf1f7f02..88077ff1ff32 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.2 2009/07/17 09:54:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.6.2.ebuild,v 1.3 2009/07/17 10:26:32 ssuominen Exp $ EAPI=2 inherit eutils multilib python @@ -12,7 +12,7 @@ SRC_URI="http://download.listen-project.org/lastest/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="hal ipod +libsexy" +IUSE="hal ipod +libsexy musicbrainz" RDEPEND=">=dev-lang/python-2.5 >=dev-python/pygtk-2.6:2 @@ -24,7 +24,8 @@ RDEPEND=">=dev-lang/python-2.5 dev-python/pyinotify libsexy? ( dev-python/sexy-python ) ipod? ( media-libs/libgpod[python] ) - hal? ( sys-apps/hal )" + hal? ( sys-apps/hal ) + musicbrainz? ( <dev-python/python-musicbrainz-2005 )" DEPEND="${RDEPEND} app-text/docbook2X dev-util/pkgconfig |