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, 09 Jul 2016 05:05:35
Message-Id: 1468040375.de990b2e83c02e60d7be39c7e6e59ad97c6b296c.prometheanfire@gentoo
1 commit: de990b2e83c02e60d7be39c7e6e59ad97c6b296c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 04:59:35 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 04:59:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de990b2e
7
8 sys-cluster/neutron: amd64 / x86 stable
9
10 Package-Manager: portage-2.2.28
11
12 sys-cluster/neutron/neutron-8.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/neutron/neutron-8.1.2.ebuild b/sys-cluster/neutron/neutron-8.1.2.ebuild
16 index c15208b..47163a5 100644
17 --- a/sys-cluster/neutron/neutron-8.1.2.ebuild
18 +++ b/sys-cluster/neutron/neutron-8.1.2.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
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