summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-02-24 11:36:17 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2017-02-24 11:36:17 -0600
commitd7b1fd0db3eb98330f653f166cf39995920516de (patch)
treec6341e21a604a8357c4e64a765bfdc59c33fd2d7 /sys-cluster
parentsys-auth/keystone: cleanup (diff)
downloadgentoo-d7b1fd0db3eb98330f653f166cf39995920516de.tar.gz
gentoo-d7b1fd0db3eb98330f653f166cf39995920516de.tar.bz2
gentoo-d7b1fd0db3eb98330f653f166cf39995920516de.zip
sys-cluster/neutron: 9.2.0 stable amd64 and x86
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/neutron/neutron-9.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/neutron/neutron-9.2.0.ebuild b/sys-cluster/neutron/neutron-9.2.0.ebuild
index 4ab0840df4d8..9100e1649d8c 100644
--- a/sys-cluster/neutron/neutron-9.2.0.ebuild
+++ b/sys-cluster/neutron/neutron-9.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/newton/co
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="compute-only dhcp ipv6 l3 metadata openvswitch linuxbridge server sqlite mysql postgres"
REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
compute-only? ( !mysql !postgres !sqlite !dhcp !l3 !metadata !server