diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-24 22:42:41 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-24 22:42:41 +0000 |
commit | 7caf367e91f007aeae677c0627ed7f1eb825cea5 (patch) | |
tree | 1b06b1677a90bdff4bd4b4efa6a7e16c5862972d /sys-cluster | |
parent | Version bump, drop old. (diff) | |
download | gentoo-2-7caf367e91f007aeae677c0627ed7f1eb825cea5.tar.gz gentoo-2-7caf367e91f007aeae677c0627ed7f1eb825cea5.tar.bz2 gentoo-2-7caf367e91f007aeae677c0627ed7f1eb825cea5.zip |
forcing python_single_target_python2_7 on libvirt dep
(Portage version: 2.2.7/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-2013.2.9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog index 0b5b6993a469..676a8fa20a29 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.39 2013/11/17 22:35:55 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.40 2013/11/24 22:42:41 prometheanfire Exp $ + + 24 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> + nova-2013.2.9999.ebuild: + forcing python_single_target_python2_7 on libvirt dep *nova-2013.2-r2 (17 Nov 2013) *nova-2013.1.4-r1 (17 Nov 2013) diff --git a/sys-cluster/nova/nova-2013.2.9999.ebuild b/sys-cluster/nova/nova-2013.2.9999.ebuild index 0911c9bf872e..73e7154f3fe4 100644 --- a/sys-cluster/nova/nova-2013.2.9999.ebuild +++ b/sys-cluster/nova/nova-2013.2.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-2013.2.9999.ebuild,v 1.5 2013/11/14 06:54:23 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild,v 1.6 2013/11/24 22:42:41 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -62,7 +62,7 @@ RDEPEND="sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] >=dev-python/websockify-0.5.1[${PYTHON_USEDEP}] <dev-python/websockify-0.6[${PYTHON_USEDEP}] >=dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}] - app-emulation/libvirt[${PYTHON_USEDEP}] + app-emulation/libvirt[python_single_target_python2_7] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 net-misc/openvswitch |