diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-26 04:41:39 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-26 04:41:39 +0000 |
commit | e4402a9f04741ebe4ed2ecbec21f7d3ab057836b (patch) | |
tree | 2e5a9c29836cce5843cb7a1725c1f070a5b8135c /sys-cluster | |
parent | more dep fixes for quantum (diff) | |
download | gentoo-2-e4402a9f04741ebe4ed2ecbec21f7d3ab057836b.tar.gz gentoo-2-e4402a9f04741ebe4ed2ecbec21f7d3ab057836b.tar.bz2 gentoo-2-e4402a9f04741ebe4ed2ecbec21f7d3ab057836b.zip |
fixing more nova deps
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2012.2.3-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog index 51e08c491440..2b26242ca79d 100644 --- a/sys-cluster/nova/ChangeLog +++ b/sys-cluster/nova/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/nova # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.6 2013/03/25 19:47:36 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.7 2013/03/26 04:41:39 prometheanfire Exp $ + + 26 Mar 2013; Matthew Thode <prometheanfire@gentoo.org> + nova-2012.2.3-r3.ebuild: + fixing more nova deps *nova-2012.2.3-r3 (25 Mar 2013) diff --git a/sys-cluster/nova/nova-2012.2.3-r3.ebuild b/sys-cluster/nova/nova-2012.2.3-r3.ebuild index 7e95acd8d735..2b70c99c2095 100644 --- a/sys-cluster/nova/nova-2012.2.3-r3.ebuild +++ b/sys-cluster/nova/nova-2012.2.3-r3.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/nova/nova-2012.2.3-r3.ebuild,v 1.1 2013/03/25 19:47:36 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2012.2.3-r3.ebuild,v 1.2 2013/03/26 04:41:39 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -25,7 +25,7 @@ RDEPEND="=dev-python/amqplib-0.6.1 <=dev-python/sqlalchemy-0.7.9 =dev-python/boto-2.1.1[${PYTHON_USEDEP}] >=dev-python/eventlet-0.9.17 - =dev-python/kombu-1.0.4 + =dev-python/kombu-1.0.4-r1[${PYTHON_USEDEP}] =dev-python/routes-1.12.3-r1[${PYTHON_USEDEP}] =dev-python/webob-1.0.8-r1[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}] |