diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2012.2.4-r9.ebuild (renamed from sys-cluster/nova/nova-2012.2.4-r8.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog index b86eea9df207..a3192bc740b6 100644 --- a/sys-cluster/nova/ChangeLog +++ b/sys-cluster/nova/ChangeLog @@ -1,6 +1,12 @@ # 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.27 2013/09/12 06:55:26 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.28 2013/09/13 20:47:34 prometheanfire Exp $ + +*nova-2012.2.4-r9 (13 Sep 2013) + + 13 Sep 2013; Matthew Thode <prometheanfire@gentoo.org> + +nova-2012.2.4-r9.ebuild, -nova-2012.2.4-r8.ebuild: + nova to neutronclient *nova-2013.1.3-r5 (12 Sep 2013) *nova-2012.2.4-r8 (12 Sep 2013) diff --git a/sys-cluster/nova/nova-2012.2.4-r8.ebuild b/sys-cluster/nova/nova-2012.2.4-r9.ebuild index 5efa2c6da0dc..5b3d249154ba 100644 --- a/sys-cluster/nova/nova-2012.2.4-r8.ebuild +++ b/sys-cluster/nova/nova-2012.2.4-r9.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.4-r8.ebuild,v 1.1 2013/09/12 06:55:26 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2012.2.4-r9.ebuild,v 1.1 2013/09/13 20:47:34 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -47,7 +47,7 @@ RDEPEND="~dev-python/amqplib-0.6.1[${PYTHON_USEDEP}] >=dev-python/setuptools-git-0.4[${PYTHON_USEDEP}] >=dev-python/python-glanceclient-0.5.0[${PYTHON_USEDEP}] <dev-python/python-glanceclient-2[${PYTHON_USEDEP}] - >=dev-python/python-quantumclient-2.1[${PYTHON_USEDEP}]" + >=dev-python/python-neutronclient-2.1[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}/nova-folsom-4-CVE-2013-2030.patch" |