diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 15:27:09 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:23 +0200 |
commit | 03cf54f4f2ebb79b20984f68954bdfda8d91e024 (patch) | |
tree | d7c702046930fa75b3682f9ef77884eb55f0cf4a /sys-cluster | |
parent | sys-cluster/heat: Support newer python (diff) | |
download | gentoo-03cf54f4f2ebb79b20984f68954bdfda8d91e024.tar.gz gentoo-03cf54f4f2ebb79b20984f68954bdfda8d91e024.tar.bz2 gentoo-03cf54f4f2ebb79b20984f68954bdfda8d91e024.zip |
sys-cluster/cinder: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/cinder/cinder-10.0.3.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2016.2.9999.ebuild | 4 | ||||
-rw-r--r-- | 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 0889f3683161..9fd3fca29fb8 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 6578492a3858..b0cc1c89ab48 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 1de239bad2a2..f7d1edd70082 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 |