Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Fri, 16 Aug 2019 02:24:00
Message-Id: 1565922232.9a947d8e14c1b2e0e07d087b727290114818fe78.prometheanfire@gentoo
1 commit: 9a947d8e14c1b2e0e07d087b727290114818fe78
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 02:23:33 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 02:23:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a947d8e
7
8 sys-cluster/nova: fix some qa-reports stuff
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-cluster/nova/nova-2018.2.9999.ebuild | 2 +-
14 sys-cluster/nova/nova-2019.1.9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/nova/nova-2018.2.9999.ebuild b/sys-cluster/nova/nova-2018.2.9999.ebuild
18 index 3b424bce2c5..f0694e7ed9a 100644
19 --- a/sys-cluster/nova/nova-2018.2.9999.ebuild
20 +++ b/sys-cluster/nova/nova-2018.2.9999.ebuild
21 @@ -22,7 +22,7 @@ fi
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
26 +IUSE="+compute compute-only iscsi +memcached +mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
27 REQUIRED_USE="
28 !compute-only? ( || ( mysql postgres sqlite ) )
29 compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
30
31 diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild b/sys-cluster/nova/nova-2019.1.9999.ebuild
32 index dc68e7e07ad..a28cdc16dcc 100644
33 --- a/sys-cluster/nova/nova-2019.1.9999.ebuild
34 +++ b/sys-cluster/nova/nova-2019.1.9999.ebuild
35 @@ -22,7 +22,7 @@ fi
36
37 LICENSE="Apache-2.0"
38 SLOT="0"
39 -IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
40 +IUSE="+compute compute-only iscsi +memcached +mysql +novncproxy openvswitch postgres +rabbitmq sqlite"
41 REQUIRED_USE="
42 !compute-only? ( || ( mysql postgres sqlite ) )
43 compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"