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/neutron/
Date: Fri, 16 Aug 2019 02:24:00
Message-Id: 1565922231.485d5f4beb5385ec270e608091619a28ebceac1f.prometheanfire@gentoo
1 commit: 485d5f4beb5385ec270e608091619a28ebceac1f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 02:21:54 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 02:23:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485d5f4b
7
8 sys-cluster/neutron: fix some qa-reports stuff for mgorny
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/neutron/neutron-2018.2.9999.ebuild | 6 +++---
14 sys-cluster/neutron/neutron-2019.1.9999.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/sys-cluster/neutron/neutron-2018.2.9999.ebuild b/sys-cluster/neutron/neutron-2018.2.9999.ebuild
18 index a848acb0576..bd81ba27f6c 100644
19 --- a/sys-cluster/neutron/neutron-2018.2.9999.ebuild
20 +++ b/sys-cluster/neutron/neutron-2018.2.9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -24,7 +24,7 @@ fi
28
29 LICENSE="Apache-2.0"
30 SLOT="0"
31 -IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge server sqlite mysql postgres"
32 +IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge server sqlite +mysql postgres"
33 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
34 compute-only? ( !mysql !postgres !sqlite !dhcp !l3 !metadata !server
35 || ( openvswitch linuxbridge ) )"
36 @@ -216,7 +216,7 @@ python_install() {
37 distutils-r1_python_install
38 # copy migration conf file (not coppied on install via setup.py script)
39 insopts -m 0644
40 - insinto "/$(python_get_sitedir)/neutron/db/migration/alembic_migrations/"
41 + insinto "$(python_get_sitedir)/neutron/db/migration/alembic_migrations/"
42 doins -r "neutron/db/migration/alembic_migrations/versions"
43 }
44
45
46 diff --git a/sys-cluster/neutron/neutron-2019.1.9999.ebuild b/sys-cluster/neutron/neutron-2019.1.9999.ebuild
47 index b1729a1febb..58d765b6198 100644
48 --- a/sys-cluster/neutron/neutron-2019.1.9999.ebuild
49 +++ b/sys-cluster/neutron/neutron-2019.1.9999.ebuild
50 @@ -24,7 +24,7 @@ fi
51
52 LICENSE="Apache-2.0"
53 SLOT="0"
54 -IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge server sqlite mysql postgres"
55 +IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge server sqlite +mysql postgres"
56 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
57 compute-only? ( !mysql !postgres !sqlite !dhcp !l3 !metadata !server
58 || ( openvswitch linuxbridge ) )"
59 @@ -216,7 +216,7 @@ python_install() {
60 distutils-r1_python_install
61 # copy migration conf file (not coppied on install via setup.py script)
62 insopts -m 0644
63 - insinto "/$(python_get_sitedir)/neutron/db/migration/alembic_migrations/"
64 + insinto "$(python_get_sitedir)/neutron/db/migration/alembic_migrations/"
65 doins -r "neutron/db/migration/alembic_migrations/versions"
66 }