summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-15 11:18:42 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-15 11:18:42 -0600
commit13e52a2073cdcabc483e7cd9d29c9869d5ebe1af (patch)
treea5e8c8120278d407ebc092e88752038c8a3c1fd2 /sys-cluster/nova/nova-16.1.7.ebuild
parentsys-cluster/swift: 2.20.0 stable amd64 and x86 (diff)
downloadgentoo-13e52a2073cdcabc483e7cd9d29c9869d5ebe1af.tar.gz
gentoo-13e52a2073cdcabc483e7cd9d29c9869d5ebe1af.tar.bz2
gentoo-13e52a2073cdcabc483e7cd9d29c9869d5ebe1af.zip
sys-cluster/nova: 16.1.7 17.0.9 18.1.0 stable and64/x86
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster/nova/nova-16.1.7.ebuild')
-rw-r--r--sys-cluster/nova/nova-16.1.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-16.1.7.ebuild b/sys-cluster/nova/nova-16.1.7.ebuild
index 073e8f6c41a1..dd7d99903626 100644
--- a/sys-cluster/nova/nova-16.1.7.ebuild
+++ b/sys-cluster/nova/nova-16.1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/pike/nova.co
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
REQUIRED_USE="
!compute-only? ( || ( mysql postgres sqlite ) )