summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-09-29 12:58:06 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-09-29 12:59:26 -0500
commite13f616e914af323348aa4407e028a6c2ffe8302 (patch)
tree21ea16d623d7e9a9846f3306b1344fa52dcf6153 /sys-cluster
parentapp-admin/augeas: cleaned up for bug 534448 (diff)
downloadgentoo-e13f616e914af323348aa4407e028a6c2ffe8302.tar.gz
gentoo-e13f616e914af323348aa4407e028a6c2ffe8302.tar.bz2
gentoo-e13f616e914af323348aa4407e028a6c2ffe8302.zip
sys-cluster/neutron: 8.2.0 stable amd64 and x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/neutron/neutron-8.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/neutron/neutron-8.2.0.ebuild b/sys-cluster/neutron/neutron-8.2.0.ebuild
index 1791c44794a3..943ebb5e4189 100644
--- a/sys-cluster/neutron/neutron-8.2.0.ebuild
+++ b/sys-cluster/neutron/neutron-8.2.0.ebuild
@@ -15,7 +15,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-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