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/kombu/kombu-1.0.4.ebuild | |
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/kombu/kombu-1.0.4.ebuild')
-rw-r--r-- | dev-python/kombu/kombu-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |