diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-05-16 01:07:51 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-05-16 01:07:51 +0000 |
commit | 7e7e336307e66f9ae13cbf94ed1090dea1929a81 (patch) | |
tree | 0d0af7dc6763ce3784a12874cf8c5d5670111767 | |
parent | Version bump. (diff) | |
download | gentoo-2-7e7e336307e66f9ae13cbf94ed1090dea1929a81.tar.gz gentoo-2-7e7e336307e66f9ae13cbf94ed1090dea1929a81.tar.bz2 gentoo-2-7e7e336307e66f9ae13cbf94ed1090dea1929a81.zip |
updated the amqplib version needed (added eapi5 distutils-r1 support)
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
-rw-r--r-- | sys-cluster/quantum/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/quantum/quantum-2013.1.1-r1.ebuild (renamed from sys-cluster/quantum/quantum-2013.1.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/quantum/ChangeLog b/sys-cluster/quantum/ChangeLog index f0da72711380..b25bac9d96ae 100644 --- a/sys-cluster/quantum/ChangeLog +++ b/sys-cluster/quantum/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/quantum # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/quantum/ChangeLog,v 1.8 2013/05/10 02:35:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/quantum/ChangeLog,v 1.9 2013/05/16 01:07:51 prometheanfire Exp $ + +*quantum-2013.1.1-r1 (16 May 2013) + + 16 May 2013; Matthew Thode <prometheanfire@gentoo.org> + +quantum-2013.1.1-r1.ebuild, -quantum-2013.1.1.ebuild: + updated the amqplib version needed (added eapi5 distutils-r1 support) *quantum-2012.2.4 (10 May 2013) *quantum-2013.1.1 (10 May 2013) diff --git a/sys-cluster/quantum/quantum-2013.1.1.ebuild b/sys-cluster/quantum/quantum-2013.1.1-r1.ebuild index 39de934d504e..0a666f1ddb12 100644 --- a/sys-cluster/quantum/quantum-2013.1.1.ebuild +++ b/sys-cluster/quantum/quantum-2013.1.1-r1.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/sys-cluster/quantum/quantum-2013.1.1.ebuild,v 1.1 2013/05/10 02:35:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/quantum/quantum-2013.1.1-r1.ebuild,v 1.1 2013/05/16 01:07:51 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -36,7 +36,7 @@ RDEPEND=">=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] >=dev-python/alembic-0.4.1[${PYTHON_USEDEP}] dev-python/paste[${PYTHON_USEDEP}] >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] - =dev-python/amqplib-0.6.1 + =dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}] >=dev-python/anyjson-0.2.4[${PYTHON_USEDEP}] >=dev-python/eventlet-0.9.17[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}] |