diff options
author | 2020-01-13 08:00:12 +0100 | |
---|---|---|
committer | 2020-01-13 10:46:23 +0100 | |
commit | 6da6cb2cb9ed3b9378980196b48bb810fac6020c (patch) | |
tree | 29593732b15532d14152f22e828c1b9605c6b2e3 /sys-cluster/heat | |
parent | sys-block/targetcli-fb: Remove Python 2 (diff) | |
download | gentoo-6da6cb2cb9ed3b9378980196b48bb810fac6020c.tar.gz gentoo-6da6cb2cb9ed3b9378980196b48bb810fac6020c.tar.bz2 gentoo-6da6cb2cb9ed3b9378980196b48bb810fac6020c.zip |
sys-cluster/heat: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/heat')
-rw-r--r-- | sys-cluster/heat/heat-11.0.2.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/heat/heat-12.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/heat/heat-13.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/heat/heat-2018.2.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/heat/heat-2019.1.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/heat/heat-2019.2.9999.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
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 |