diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2014-12-21 17:38:11 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2014-12-21 17:38:11 +0000 |
commit | 01da526f52600d16b1493600ac8d0909f1446dbc (patch) | |
tree | c9381ef45f91bc8704bc11754fcb8793623d13fe /media-sound/marrie | |
parent | version bump (diff) | |
download | gentoo-2-01da526f52600d16b1493600ac8d0909f1446dbc.tar.gz gentoo-2-01da526f52600d16b1493600ac8d0909f1446dbc.tar.bz2 gentoo-2-01da526f52600d16b1493600ac8d0909f1446dbc.zip |
fixed feedparser dependency
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-sound/marrie')
-rw-r--r-- | media-sound/marrie/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/marrie/marrie-0.3.2-r1.ebuild (renamed from media-sound/marrie/marrie-0.3.2.ebuild) | 4 | ||||
-rw-r--r-- | media-sound/marrie/marrie-9999.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/marrie/ChangeLog b/media-sound/marrie/ChangeLog index df051ebb6645..763bfb7b7c2d 100644 --- a/media-sound/marrie/ChangeLog +++ b/media-sound/marrie/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/marrie # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.9 2014/12/21 17:29:51 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.10 2014/12/21 17:38:11 rafaelmartins Exp $ + +*marrie-0.3.2-r1 (21 Dec 2014) + + 21 Dec 2014; Rafael G. Martins <rafaelmartins@gentoo.org> + +marrie-0.3.2-r1.ebuild, -marrie-0.3.2.ebuild, marrie-9999.ebuild: + fixed feedparser dependency *marrie-0.3.2 (21 Dec 2014) diff --git a/media-sound/marrie/marrie-0.3.2.ebuild b/media-sound/marrie/marrie-0.3.2-r1.ebuild index dc33829a7e9c..53414914c9ba 100644 --- a/media-sound/marrie/marrie-0.3.2.ebuild +++ b/media-sound/marrie/marrie-0.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-0.3.2.ebuild,v 1.1 2014/12/21 17:29:51 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-0.3.2-r1.ebuild,v 1.1 2014/12/21 17:38:11 rafaelmartins Exp $ EAPI=5 @@ -31,7 +31,7 @@ IUSE="doc" RDEPEND=" dev-python/setuptools - dev-python/feedparser" + >=dev-python/feedparser-5.1.3" DEPEND="${RDEPEND} doc? ( dev-python/docutils )" diff --git a/media-sound/marrie/marrie-9999.ebuild b/media-sound/marrie/marrie-9999.ebuild index 606042c200c6..6cb5a46e887b 100644 --- a/media-sound/marrie/marrie-9999.ebuild +++ b/media-sound/marrie/marrie-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v 1.6 2014/12/04 06:14:45 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v 1.7 2014/12/21 17:38:11 rafaelmartins Exp $ EAPI=5 @@ -31,7 +31,7 @@ IUSE="doc" RDEPEND=" dev-python/setuptools - dev-python/feedparser" + >=dev-python/feedparser-5.1.3" DEPEND="${RDEPEND} doc? ( dev-python/docutils )" |