summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-03-01 03:51:41 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-03-01 03:57:35 -0600
commita41935d6b665cb19372f2ada1d47081d975a66ac (patch)
treeb61e6e20aa54194f6f343d9020f634ea61fe5ace /sys-cluster/nova/nova-2018.1.9999.ebuild
parentsys-cluster/swift: cleanup (diff)
downloadgentoo-a41935d6b665cb19372f2ada1d47081d975a66ac.tar.gz
gentoo-a41935d6b665cb19372f2ada1d47081d975a66ac.tar.bz2
gentoo-a41935d6b665cb19372f2ada1d47081d975a66ac.zip
sys-cluster/nova: 17.0.0 bup QUEENS
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-cluster/nova/nova-2018.1.9999.ebuild')
-rw-r--r--sys-cluster/nova/nova-2018.1.9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-2018.1.9999.ebuild b/sys-cluster/nova/nova-2018.1.9999.ebuild
index 37bac3d80c9d..4f9c25caad5a 100644
--- a/sys-cluster/nova/nova-2018.1.9999.ebuild
+++ b/sys-cluster/nova/nova-2018.1.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit distutils-r1 eutils git-r3 linux-info multilib user
+inherit distutils-r1 eutils linux-info multilib user
DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
HOMEPAGE="https://launchpad.net/nova"
@@ -22,7 +22,6 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS=""
IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
REQUIRED_USE="
!compute-only? ( || ( mysql postgres sqlite ) )