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: Sun, 07 May 2017 03:36:28
Message-Id: 1494127465.675ddb37451bf945e0269edcbbc639816b04e2fa.prometheanfire@gentoo
1 commit: 675ddb37451bf945e0269edcbbc639816b04e2fa
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 7 03:24:25 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 03:24:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675ddb37
7
8 sys-cluster/nova: 15.0.3 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sys-cluster/nova/nova-15.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/nova/nova-15.0.3.ebuild b/sys-cluster/nova/nova-15.0.3.ebuild
16 index 9e80365101c..0f545c75da6 100644
17 --- a/sys-cluster/nova/nova-15.0.3.ebuild
18 +++ b/sys-cluster/nova/nova-15.0.3.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/ocata/nova.c
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
26 REQUIRED_USE="
27 !compute-only? ( || ( mysql postgres sqlite ) )