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, 31 Jan 2016 19:24:27
Message-Id: 1454268231.3e035a5368daac28cd1fdd975392d55cd400f93f.prometheanfire@gentoo
1 commit: 3e035a5368daac28cd1fdd975392d55cd400f93f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 19:20:52 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 19:23:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e035a53
7
8 sys-cluster/nova: 12.0.1-r1 mark x86 stable
9
10 sys-cluster/nova/nova-12.0.1-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-cluster/nova/nova-12.0.1-r1.ebuild b/sys-cluster/nova/nova-12.0.1-r1.ebuild
14 index 1cb2720..a47cd2a 100644
15 --- a/sys-cluster/nova/nova-12.0.1-r1.ebuild
16 +++ b/sys-cluster/nova/nova-12.0.1-r1.ebuild
17 @@ -15,7 +15,7 @@ SRC_URI="
18
19 LICENSE="Apache-2.0"
20 SLOT="0"
21 -KEYWORDS="amd64 ~x86"
22 +KEYWORDS="amd64 x86"
23 IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test"
24 REQUIRED_USE="
25 !compute-only? ( || ( mysql postgres sqlite ) )