sys-cluster/neutron: fix some qa-reports stuff for mgorny
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 16 Aug 2019 02:21:54 +0000 (21:21 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 16 Aug 2019 02:23:51 +0000 (21:23 -0500)
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
sys-cluster/neutron/neutron-2018.2.9999.ebuild
sys-cluster/neutron/neutron-2019.1.9999.ebuild

index a848acb05761eac2d246761ce735ad5b772d887c..bd81ba27f6cd3ec4b24b2999fcb245ce3c9d8a68 100644 (file)
@@ -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"
 }
 
index b1729a1febbb88d8b24f0f7459efb2a05269b8ab..58d765b61988c7ad90134b412cb25764e6d5d724 100644 (file)
@@ -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"
 }