diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-26 18:03:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-26 18:11:39 +0100 |
commit | edb4673796e14097b8ad7cb754307e36d83919e5 (patch) | |
tree | ef55070f310705fbcf35ab8534ba24cd86900212 /sys-cluster | |
parent | dev-python/ws4py: Remove Python 2 (diff) | |
download | gentoo-edb4673796e14097b8ad7cb754307e36d83919e5.tar.gz gentoo-edb4673796e14097b8ad7cb754307e36d83919e5.tar.bz2 gentoo-edb4673796e14097b8ad7cb754307e36d83919e5.zip |
sys-cluster/ceph: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.11.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.12-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.8-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-13.2.5-r4.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-13.2.6.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.4-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.4-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.6.ebuild | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.11.ebuild b/sys-cluster/ceph/ceph-12.2.11.ebuild index a8235f1875ee..552bea72df52 100644 --- a/sys-cluster/ceph/ceph-12.2.11.ebuild +++ b/sys-cluster/ceph/ceph-12.2.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \ diff --git a/sys-cluster/ceph/ceph-12.2.12-r2.ebuild b/sys-cluster/ceph/ceph-12.2.12-r2.ebuild index 0cbc23413818..b2a3dc2cc6ed 100644 --- a/sys-cluster/ceph/ceph-12.2.12-r2.ebuild +++ b/sys-cluster/ceph/ceph-12.2.12-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \ diff --git a/sys-cluster/ceph/ceph-12.2.8-r1.ebuild b/sys-cluster/ceph/ceph-12.2.8-r1.ebuild index 1d48087d0c84..bf467d18c840 100644 --- a/sys-cluster/ceph/ceph-12.2.8-r1.ebuild +++ b/sys-cluster/ceph/ceph-12.2.8-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \ diff --git a/sys-cluster/ceph/ceph-13.2.5-r4.ebuild b/sys-cluster/ceph/ceph-13.2.5-r4.ebuild index 80e50f0f5072..70b81415dfa1 100644 --- a/sys-cluster/ceph/ceph-13.2.5-r4.ebuild +++ b/sys-cluster/ceph/ceph-13.2.5-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \ diff --git a/sys-cluster/ceph/ceph-13.2.6.ebuild b/sys-cluster/ceph/ceph-13.2.6.ebuild index 4ad98dad1112..895df81e7d8f 100644 --- a/sys-cluster/ceph/ceph-13.2.6.ebuild +++ b/sys-cluster/ceph/ceph-13.2.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \ diff --git a/sys-cluster/ceph/ceph-14.2.4-r1.ebuild b/sys-cluster/ceph/ceph-14.2.4-r1.ebuild index 090dba354716..d65902987c2b 100644 --- a/sys-cluster/ceph/ceph-14.2.4-r1.ebuild +++ b/sys-cluster/ceph/ceph-14.2.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_OPTIONAL=1 inherit check-reqs bash-completion-r1 cmake-utils distutils-r1 flag-o-matic \ diff --git a/sys-cluster/ceph/ceph-14.2.4-r2.ebuild b/sys-cluster/ceph/ceph-14.2.4-r2.ebuild index 23ee9e9a9bca..3208d2f2deb7 100644 --- a/sys-cluster/ceph/ceph-14.2.4-r2.ebuild +++ b/sys-cluster/ceph/ceph-14.2.4-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) CMAKE_MAKEFILE_GENERATOR=emake DISTUTILS_OPTIONAL=1 diff --git a/sys-cluster/ceph/ceph-14.2.6.ebuild b/sys-cluster/ceph/ceph-14.2.6.ebuild index ac597f52a5fd..a1ec2d75760f 100644 --- a/sys-cluster/ceph/ceph-14.2.6.ebuild +++ b/sys-cluster/ceph/ceph-14.2.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) CMAKE_MAKEFILE_GENERATOR=emake DISTUTILS_OPTIONAL=1 |