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/nova/
Date: Sat, 30 Sep 2017 01:06:27
Message-Id: 1506733537.c5e1683fe5ae87cd5385d9ffde5f4d3f79b9e8e7.prometheanfire@gentoo
1 commit: c5e1683fe5ae87cd5385d9ffde5f4d3f79b9e8e7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 01:05:37 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 01:05:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e1683f
7
8 sys-cluster/nova: 16.0.1 stablized amd64 x86 under allarches
9
10 sys-cluster/nova/nova-16.0.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-cluster/nova/nova-16.0.1.ebuild b/sys-cluster/nova/nova-16.0.1.ebuild
14 index bc2f36d667b..4bb4c81e0a2 100644
15 --- a/sys-cluster/nova/nova-16.0.1.ebuild
16 +++ b/sys-cluster/nova/nova-16.0.1.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/pike/nova.co
18
19 LICENSE="Apache-2.0"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm64 ~x86"
22 +KEYWORDS="amd64 ~arm64 x86"
23 IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
24 REQUIRED_USE="
25 !compute-only? ( || ( mysql postgres sqlite ) )