diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-21 18:40:40 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-21 18:40:40 +0000 |
commit | 728177d4e6584edfc7043c9e77a15fc94596a1e0 (patch) | |
tree | c31d632c340cd72d4ccb29cadd1466768ef0299d /dev-python | |
parent | Add epatch_user per #462578 (diff) | |
download | gentoo-2-728177d4e6584edfc7043c9e77a15fc94596a1e0.tar.gz gentoo-2-728177d4e6584edfc7043c9e77a15fc94596a1e0.tar.bz2 gentoo-2-728177d4e6584edfc7043c9e77a15fc94596a1e0.zip |
changing the deps of kombu-1.0.4 to be more in line with what they actually should be
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/kombu/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/kombu/kombu-1.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/kombu/ChangeLog b/dev-python/kombu/ChangeLog index a3f0e6a87083..dc144a1557cf 100644 --- a/dev-python/kombu/ChangeLog +++ b/dev-python/kombu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/kombu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v 1.19 2013/02/22 08:05:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v 1.20 2013/03/21 18:40:40 prometheanfire Exp $ + + 21 Mar 2013; Matthew Thode <prometheanfire@gentoo.org> kombu-1.0.4.ebuild: + changing the deps of kombu-1.0.4 to be more in line with what they actually + should be *kombu-2.5.6 (22 Feb 2013) diff --git a/dev-python/kombu/kombu-1.0.4.ebuild b/dev-python/kombu/kombu-1.0.4.ebuild index f812dad35ad8..d68c7b7bc771 100644 --- a/dev-python/kombu/kombu-1.0.4.ebuild +++ b/dev-python/kombu/kombu-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-1.0.4.ebuild,v 1.1 2013/01/26 05:27:36 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-1.0.4.ebuild,v 1.2 2013/03/21 18:40:40 prometheanfire Exp $ EAPI="4" @@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc examples test" RDEPEND=">=dev-python/anyjson-0.3.3 - >=dev-python/amqplib-1.0.2" + >=dev-python/amqplib-0.6" DEPEND="${RDEPEND} test? ( dev-python/nose-cover3 dev-python/mock |