commit:     03cf54f4f2ebb79b20984f68954bdfda8d91e024
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 13:27:09 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 14:42:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cf54f4

sys-cluster/cinder: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/cinder/cinder-10.0.3.ebuild      | 2 +-
 sys-cluster/cinder/cinder-2016.2.9999.ebuild | 4 ++--
 sys-cluster/cinder/cinder-2017.1.9999.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/cinder/cinder-10.0.3.ebuild 
b/sys-cluster/cinder/cinder-10.0.3.ebuild
index 0889f368316..9fd3fca29fb 100644
--- a/sys-cluster/cinder/cinder-10.0.3.ebuild
+++ b/sys-cluster/cinder/cinder-10.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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/cinder/cinder-2016.2.9999.ebuild 
b/sys-cluster/cinder/cinder-2016.2.9999.ebuild
index 6578492a385..b0cc1c89ab4 100644
--- a/sys-cluster/cinder/cinder-2016.2.9999.ebuild
+++ b/sys-cluster/cinder/cinder-2016.2.9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 

diff --git a/sys-cluster/cinder/cinder-2017.1.9999.ebuild 
b/sys-cluster/cinder/cinder-2017.1.9999.ebuild
index 1de239bad2a..f7d1edd7008 100644
--- a/sys-cluster/cinder/cinder-2017.1.9999.ebuild
+++ b/sys-cluster/cinder/cinder-2017.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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 

Reply via email to