summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-08-20 16:33:00 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-08-20 16:33:00 +0000
commit056879a3e6d61b792925375151920cb3f50c438c (patch)
treeab43302bc26cf2b095527df5c55ea7430a2094c6 /sys-cluster/nova/nova-9999.ebuild
parentmoving quantum to neutron (diff)
downloadgentoo-2-056879a3e6d61b792925375151920cb3f50c438c.tar.gz
gentoo-2-056879a3e6d61b792925375151920cb3f50c438c.tar.bz2
gentoo-2-056879a3e6d61b792925375151920cb3f50c438c.zip
changing quantum to neutron
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster/nova/nova-9999.ebuild')
-rw-r--r--sys-cluster/nova/nova-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/nova/nova-9999.ebuild b/sys-cluster/nova/nova-9999.ebuild
index 54ae5818383c..ea0963e4cd6c 100644
--- a/sys-cluster/nova/nova-9999.ebuild
+++ b/sys-cluster/nova/nova-9999.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-9999.ebuild,v 1.4 2013/08/02 18:39:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-9999.ebuild,v 1.5 2013/08/20 16:33:00 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -45,8 +45,8 @@ RDEPEND=">=dev-python/amqplib-0.6.1[${PYTHON_USEDEP}]
>=dev-python/python-cinderclient-1.0.1[${PYTHON_USEDEP}]
>=dev-python/python-glanceclient-0.5.0[${PYTHON_USEDEP}]
<dev-python/python-glanceclient-2[${PYTHON_USEDEP}]
- >=dev-python/python-quantumclient-2.2.0[${PYTHON_USEDEP}]
- <=dev-python/python-quantumclient-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/python-neutronclient-2.2.0[${PYTHON_USEDEP}]
+ <=dev-python/python-neutronclient-3.0.0[${PYTHON_USEDEP}]
>=dev-python/python-keystoneclient-0.2.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-0.7
<dev-python/websockify-0.4[${PYTHON_USEDEP}]