Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
Date: Fri, 24 Feb 2017 17:40:10
Message-Id: 1487957777.d7b1fd0db3eb98330f653f166cf39995920516de.prometheanfire@gentoo
1 commit: d7b1fd0db3eb98330f653f166cf39995920516de
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 17:36:17 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 17:36:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b1fd0d
7
8 sys-cluster/neutron: 9.2.0 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-cluster/neutron/neutron-9.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/neutron/neutron-9.2.0.ebuild b/sys-cluster/neutron/neutron-9.2.0.ebuild
16 index 4ab0840df4..9100e1649d 100644
17 --- a/sys-cluster/neutron/neutron-9.2.0.ebuild
18 +++ b/sys-cluster/neutron/neutron-9.2.0.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/newton/co
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE="compute-only dhcp ipv6 l3 metadata openvswitch linuxbridge server sqlite mysql postgres"
26 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
27 compute-only? ( !mysql !postgres !sqlite !dhcp !l3 !metadata !server