summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-05-07 23:35:09 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2015-05-07 23:35:09 +0000
commitd94a448138f2520d76ec8d5f2e082a08bbe59711 (patch)
treef39b88ca3460cd27ccc5a17101239f64d76d5b1a /sys-cluster
parentfixed doc generation (diff)
downloadgentoo-2-d94a448138f2520d76ec8d5f2e082a08bbe59711.tar.gz
gentoo-2-d94a448138f2520d76ec8d5f2e082a08bbe59711.tar.bz2
gentoo-2-d94a448138f2520d76ec8d5f2e082a08bbe59711.zip
don't need qemu or xen stuff if not doing compute
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/nova/ChangeLog6
-rw-r--r--sys-cluster/nova/nova-2015.1.0.ebuild10
-rw-r--r--sys-cluster/nova/nova-2015.1.9999.ebuild10
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=(
)