summaryrefslogtreecommitdiff
path: root/sys-cluster/nova/nova-2018.1.9999.ebuild
diff options
context:
space:
mode:
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 ) )