summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Thode <prometheanfire@gentoo.org>2015-05-16 21:52:00 +0000
committerMatt Thode <prometheanfire@gentoo.org>2015-05-16 21:52:00 +0000
commitafa56ec06c4eb4b8804d10a827d01028ff7a7e1b (patch)
treebd2493791c1fe4fbb3f097f50c9d5ab150f6111a /sys-cluster/nova/nova-2015.1.9999.ebuild
parentAdd gcc-5 compatibility patch, bug 546738 (diff)
downloadhistorical-afa56ec06c4eb4b8804d10a827d01028ff7a7e1b.tar.gz
historical-afa56ec06c4eb4b8804d10a827d01028ff7a7e1b.tar.bz2
historical-afa56ec06c4eb4b8804d10a827d01028ff7a7e1b.zip
allowing novncproxy on compute-only hosts
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0x33ED3FD25AFC78BA
Diffstat (limited to 'sys-cluster/nova/nova-2015.1.9999.ebuild')
-rw-r--r--sys-cluster/nova/nova-2015.1.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild b/sys-cluster/nova/nova-2015.1.9999.ebuild
index 068cdb1ec057..657cf82534c2 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.9 2015/05/15 18:25:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.10 2015/05/16 21:51:48 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS=""
IUSE="+compute compute-only +kvm +novncproxy openvswitch +rabbitmq sqlite mysql postgres xen iscsi"
REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
- compute-only? ( compute !novncproxy !rabbitmq !mysql !postgres !sqlite )
+ compute-only? ( compute !rabbitmq !mysql !postgres !sqlite )
compute? ( ^^ ( kvm xen ) )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]