summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-11-10 08:58:31 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2016-11-10 08:58:31 -0600
commitc69a8c6a72509d0469eff0342da02530c914887f (patch)
tree25c1cd8ac3670345afcc11b5d05486349653c9cf /sys-cluster
parentcleanup for disapearing stuff (diff)
downloadgentoo-c69a8c6a72509d0469eff0342da02530c914887f.tar.gz
gentoo-c69a8c6a72509d0469eff0342da02530c914887f.tar.bz2
gentoo-c69a8c6a72509d0469eff0342da02530c914887f.zip
sys-cluster/nova: 13.1.2 stable amd64 and x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/nova/nova-13.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-13.1.2.ebuild b/sys-cluster/nova/nova-13.1.2.ebuild
index dd4cf54202bb..9c4fa48f6174 100644
--- a/sys-cluster/nova/nova-13.1.2.ebuild
+++ b/sys-cluster/nova/nova-13.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="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 ) )