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: Thu, 01 Dec 2016 17:06:47
Message-Id: 1480611951.b319ba7d49afa5910a2b8d1994ca26bb81a5edfe.prometheanfire@gentoo
1 commit: b319ba7d49afa5910a2b8d1994ca26bb81a5edfe
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 17:03:10 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 17:05:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b319ba7d
7
8 sys-cluster/nova: 14.0.2 stable amd64 and x86
9
10 Package-Manager: portage-2.3.0
11
12 sys-cluster/nova/nova-14.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/nova/nova-14.0.2.ebuild b/sys-cluster/nova/nova-14.0.2.ebuild
16 index db8e504..53fc279 100644
17 --- a/sys-cluster/nova/nova-14.0.2.ebuild
18 +++ b/sys-cluster/nova/nova-14.0.2.ebuild
19 @@ -14,7 +14,7 @@ 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 compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
26 REQUIRED_USE="
27 !compute-only? ( || ( mysql postgres sqlite ) )