Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Sun, 31 Jan 2016 11:56:43
Message-Id: 1454241384.bbcc57f16fc6fda019b0298208670cba927a1827.ago@gentoo
1 commit: bbcc57f16fc6fda019b0298208670cba927a1827
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 11:56:24 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 11:56:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbcc57f1
7
8 sys-cluster/nova: amd64 stable wrt bug #573328
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-cluster/nova/nova-12.0.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/nova/nova-12.0.1-r1.ebuild b/sys-cluster/nova/nova-12.0.1-r1.ebuild
18 index 7fb35af..1cb2720 100644
19 --- a/sys-cluster/nova/nova-12.0.1-r1.ebuild
20 +++ b/sys-cluster/nova/nova-12.0.1-r1.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~x86"
26 +KEYWORDS="amd64 ~x86"
27 IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test"
28 REQUIRED_USE="
29 !compute-only? ( || ( mysql postgres sqlite ) )