summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-01-16 13:35:20 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2017-01-16 13:35:20 -0600
commit9ef7c00903106592aa54ba70af7c598d14e03af2 (patch)
tree72940b43c9d0f49fd0330b950e889201bc038aa2 /sys-cluster
parentsys-cluster/cinder: cleanup 9.1.0 (diff)
downloadgentoo-9ef7c00903106592aa54ba70af7c598d14e03af2.tar.gz
gentoo-9ef7c00903106592aa54ba70af7c598d14e03af2.tar.bz2
gentoo-9ef7c00903106592aa54ba70af7c598d14e03af2.zip
sys-cluster/nova: 14.0.3 stable amd64 and x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/nova/nova-14.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-14.0.3.ebuild b/sys-cluster/nova/nova-14.0.3.ebuild
index fee63c3fabcf..ead869b335ca 100644
--- a/sys-cluster/nova/nova-14.0.3.ebuild
+++ b/sys-cluster/nova/nova-14.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ https://tarballs.openstack.org/${PN}/${P}.tar.gz"
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 ) )