sys-cluster/cinder: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:28:04 +0000 (22:28 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:29:02 +0000 (22:29 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-cluster/cinder/cinder-12.0.3.ebuild
sys-cluster/cinder/cinder-2017.2.9999.ebuild
sys-cluster/cinder/cinder-2018.1.9999.ebuild

index 709357c4fdd3edbab8af9fc0d53ddc31a6b4f5af..b4978e98b3f04f7d8458c13e5e28f36944bacc3a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 eutils linux-info user
 
@@ -196,7 +196,7 @@ python_install_all() {
        doins "etc/cinder/rootwrap.conf"
        doins "etc/cinder/api-paste.ini"
        doins "etc/cinder/resource_filters.json"
-       newins "${DISTDIR}/pike-cinder.conf.sample" "cinder.conf.sample"
+       newins "${DISTDIR}/queens-cinder.conf.sample" "cinder.conf.sample"
        insinto /etc/cinder/rootwrap.d
        doins "etc/cinder/rootwrap.d/volume.filters"
 
index 2f6ae69b26441c59e04ed2fdaea0b3579ca0eeef..21735a00e684569cd9ca602a24bca8b106ca03a0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 
index 6504b8b854aa30010a3dcd7f2f82be4b953dac72..b4978e98b3f04f7d8458c13e5e28f36944bacc3a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 eutils linux-info user