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: Sat, 30 Sep 2017 01:06:27
Message-Id: 1506733520.02b125c9e81dd12610e8aabb5a23fc1c76726477.prometheanfire@gentoo
1 commit: 02b125c9e81dd12610e8aabb5a23fc1c76726477
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 01:05:20 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 01:05:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b125c9
7
8 sys-cluster/neutron: 11.0.1 stablized amd64 x86 under allarches
9
10 sys-cluster/neutron/neutron-11.0.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-cluster/neutron/neutron-11.0.1.ebuild b/sys-cluster/neutron/neutron-11.0.1.ebuild
14 index 7c495140caf..575c14d4433 100644
15 --- a/sys-cluster/neutron/neutron-11.0.1.ebuild
16 +++ b/sys-cluster/neutron/neutron-11.0.1.ebuild
17 @@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/pike/conf
18
19 LICENSE="Apache-2.0"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm64 ~x86"
22 +KEYWORDS="amd64 ~arm64 x86"
23 IUSE="compute-only dhcp ipv6 l3 metadata openvswitch linuxbridge server sqlite mysql postgres"
24 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
25 compute-only? ( !mysql !postgres !sqlite !dhcp !l3 !metadata !server