From 6da6cb2cb9ed3b9378980196b48bb810fac6020c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 13 Jan 2020 08:00:12 +0100 Subject: sys-cluster/heat: Remove Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-cluster/heat/heat-11.0.2.ebuild | 2 +- sys-cluster/heat/heat-12.0.0.ebuild | 2 +- sys-cluster/heat/heat-13.0.0.ebuild | 2 +- sys-cluster/heat/heat-2018.2.9999.ebuild | 2 +- sys-cluster/heat/heat-2019.1.9999.ebuild | 2 +- sys-cluster/heat/heat-2019.2.9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-cluster/heat') diff --git a/sys-cluster/heat/heat-11.0.2.ebuild b/sys-cluster/heat/heat-11.0.2.ebuild index 017a44f199ac..c9b2bf422cc2 100644 --- a/sys-cluster/heat/heat-11.0.2.ebuild +++ b/sys-cluster/heat/heat-11.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 eutils linux-info user diff --git a/sys-cluster/heat/heat-12.0.0.ebuild b/sys-cluster/heat/heat-12.0.0.ebuild index 718498d4d289..01133d855824 100644 --- a/sys-cluster/heat/heat-12.0.0.ebuild +++ b/sys-cluster/heat/heat-12.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils linux-info user diff --git a/sys-cluster/heat/heat-13.0.0.ebuild b/sys-cluster/heat/heat-13.0.0.ebuild index 672fb917d884..5fdc092f0f52 100644 --- a/sys-cluster/heat/heat-13.0.0.ebuild +++ b/sys-cluster/heat/heat-13.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils linux-info user diff --git a/sys-cluster/heat/heat-2018.2.9999.ebuild b/sys-cluster/heat/heat-2018.2.9999.ebuild index 1a39d07c3945..f8d5e856b2af 100644 --- a/sys-cluster/heat/heat-2018.2.9999.ebuild +++ b/sys-cluster/heat/heat-2018.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_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 eutils linux-info user diff --git a/sys-cluster/heat/heat-2019.1.9999.ebuild b/sys-cluster/heat/heat-2019.1.9999.ebuild index b7ef23d6bb28..91b44430970f 100644 --- a/sys-cluster/heat/heat-2019.1.9999.ebuild +++ b/sys-cluster/heat/heat-2019.1.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils linux-info user diff --git a/sys-cluster/heat/heat-2019.2.9999.ebuild b/sys-cluster/heat/heat-2019.2.9999.ebuild index 5208e44b0476..25cc976a9001 100644 --- a/sys-cluster/heat/heat-2019.2.9999.ebuild +++ b/sys-cluster/heat/heat-2019.2.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils linux-info user -- cgit v1.2.3-65-gdbad