commit: 396549b1dad81e6822ce89f933dfde323d4c1294
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 20:28:04 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 20:29:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396549b1
sys-cluster/cinder: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-cluster/cinder/cinder-12.0.3.ebuild | 4 ++--
sys-cluster/cinder/cinder-2017.2.9999.ebuild | 2 +-
sys-cluster/cinder/cinder-2018.1.9999.ebuild | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-cluster/cinder/cinder-12.0.3.ebuild
b/sys-cluster/cinder/cinder-12.0.3.ebuild
index 709357c4fdd..b4978e98b3f 100644
--- a/sys-cluster/cinder/cinder-12.0.3.ebuild
+++ b/sys-cluster/cinder/cinder-12.0.3.ebuild
@@ -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"
diff --git a/sys-cluster/cinder/cinder-2017.2.9999.ebuild
b/sys-cluster/cinder/cinder-2017.2.9999.ebuild
index 2f6ae69b264..21735a00e68 100644
--- a/sys-cluster/cinder/cinder-2017.2.9999.ebuild
+++ b/sys-cluster/cinder/cinder-2017.2.9999.ebuild
@@ -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
diff --git a/sys-cluster/cinder/cinder-2018.1.9999.ebuild
b/sys-cluster/cinder/cinder-2018.1.9999.ebuild
index 6504b8b854a..b4978e98b3f 100644
--- a/sys-cluster/cinder/cinder-2018.1.9999.ebuild
+++ b/sys-cluster/cinder/cinder-2018.1.9999.ebuild
@@ -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