diff options
-rw-r--r-- | sys-cluster/nova/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2015.1.0.ebuild | 10 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2015.1.9999.ebuild | 10 |
3 files changed, 17 insertions, 9 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog index d5d2300e5e94..c048584bbeb4 100644 --- a/sys-cluster/nova/ChangeLog +++ b/sys-cluster/nova/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/nova # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.89 2015/05/07 23:04:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.90 2015/05/07 23:35:09 prometheanfire Exp $ + + 07 May 2015; Matthew Thode <prometheanfire@gentoo.org> nova-2015.1.0.ebuild, + nova-2015.1.9999.ebuild: + don't need qemu or xen stuff if not doing compute 07 May 2015; Matthew Thode <prometheanfire@gentoo.org> nova-2015.1.0.ebuild, nova-2015.1.9999.ebuild: diff --git a/sys-cluster/nova/nova-2015.1.0.ebuild b/sys-cluster/nova/nova-2015.1.0.ebuild index 858e3d428d4c..cd64d2d11306 100644 --- a/sys-cluster/nova/nova-2015.1.0.ebuild +++ b/sys-cluster/nova/nova-2015.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v 1.3 2015/05/07 23:04:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v 1.4 2015/05/07 23:35:09 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -108,9 +108,11 @@ RDEPEND=" sys-fs/sysfsutils sys-fs/multipath-tools net-misc/bridge-utils - kvm? ( app-emulation/qemu ) - xen? ( app-emulation/xen - app-emulation/xen-tools )" + compute? ( + kvm? ( app-emulation/qemu ) + xen? ( app-emulation/xen + app-emulation/xen-tools ) + )" PATCHES=( ) diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild b/sys-cluster/nova/nova-2015.1.9999.ebuild index 85469e07af08..7ef972e70c75 100644 --- a/sys-cluster/nova/nova-2015.1.9999.ebuild +++ b/sys-cluster/nova/nova-2015.1.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.3 2015/05/07 23:04:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.4 2015/05/07 23:35:09 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -108,9 +108,11 @@ RDEPEND=" sys-fs/sysfsutils sys-fs/multipath-tools net-misc/bridge-utils - kvm? ( app-emulation/qemu ) - xen? ( app-emulation/xen - app-emulation/xen-tools )" + compute? ( + kvm? ( app-emulation/qemu ) + xen? ( app-emulation/xen + app-emulation/xen-tools ) + )" PATCHES=( ) |