commit: 485d5f4beb5385ec270e608091619a28ebceac1f
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 02:21:54 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 02:23:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485d5f4b
sys-cluster/neutron: fix some qa-reports stuff for mgorny
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
sys-cluster/neutron/neutron-2018.2.9999.ebuild | 6 +++---
sys-cluster/neutron/neutron-2019.1.9999.ebuild | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sys-cluster/neutron/neutron-2018.2.9999.ebuild
b/sys-cluster/neutron/neutron-2018.2.9999.ebuild
index a848acb0576..bd81ba27f6c 100644
--- a/sys-cluster/neutron/neutron-2018.2.9999.ebuild
+++ b/sys-cluster/neutron/neutron-2018.2.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,7 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge
server sqlite mysql postgres"
+IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge
server sqlite +mysql postgres"
REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
compute-only? ( !mysql
!postgres !sqlite !dhcp !l3 !metadata !server
|| ( openvswitch linuxbridge )
)"
@@ -216,7 +216,7 @@ python_install() {
distutils-r1_python_install
# copy migration conf file (not coppied on install via setup.py script)
insopts -m 0644
- insinto
"/$(python_get_sitedir)/neutron/db/migration/alembic_migrations/"
+ insinto "$(python_get_sitedir)/neutron/db/migration/alembic_migrations/"
doins -r "neutron/db/migration/alembic_migrations/versions"
}
diff --git a/sys-cluster/neutron/neutron-2019.1.9999.ebuild
b/sys-cluster/neutron/neutron-2019.1.9999.ebuild
index b1729a1febb..58d765b6198 100644
--- a/sys-cluster/neutron/neutron-2019.1.9999.ebuild
+++ b/sys-cluster/neutron/neutron-2019.1.9999.ebuild
@@ -24,7 +24,7 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge
server sqlite mysql postgres"
+IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge
server sqlite +mysql postgres"
REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
compute-only? ( !mysql
!postgres !sqlite !dhcp !l3 !metadata !server
|| ( openvswitch linuxbridge )
)"
@@ -216,7 +216,7 @@ python_install() {
distutils-r1_python_install
# copy migration conf file (not coppied on install via setup.py script)
insopts -m 0644
- insinto
"/$(python_get_sitedir)/neutron/db/migration/alembic_migrations/"
+ insinto "$(python_get_sitedir)/neutron/db/migration/alembic_migrations/"
doins -r "neutron/db/migration/alembic_migrations/versions"
}