commit: edb4673796e14097b8ad7cb754307e36d83919e5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 26 17:03:17 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 26 17:11:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb46737
sys-cluster/ceph: Remove Python 2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-cluster/ceph/ceph-12.2.11.ebuild | 2 +- sys-cluster/ceph/ceph-12.2.12-r2.ebuild | 2 +- sys-cluster/ceph/ceph-12.2.8-r1.ebuild | 2 +- sys-cluster/ceph/ceph-13.2.5-r4.ebuild | 2 +- sys-cluster/ceph/ceph-13.2.6.ebuild | 2 +- sys-cluster/ceph/ceph-14.2.4-r1.ebuild | 2 +- sys-cluster/ceph/ceph-14.2.4-r2.ebuild | 2 +- 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 a8235f1875e..552bea72df5 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 0cbc2341381..b2a3dc2cc6e 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 1d48087d0c8..bf467d18c84 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 80e50f0f507..70b81415dfa 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 4ad98dad111..895df81e7d8 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 090dba35471..d65902987c2 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 23ee9e9a9bc..3208d2f2deb 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 ac597f52a5f..a1ec2d75760 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