commit: 6da6cb2cb9ed3b9378980196b48bb810fac6020c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 07:00:12 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 09:46:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da6cb2c
sys-cluster/heat: Remove Python 2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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(-)
diff --git a/sys-cluster/heat/heat-11.0.2.ebuild
b/sys-cluster/heat/heat-11.0.2.ebuild
index 017a44f199a..c9b2bf422cc 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 718498d4d28..01133d85582 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 672fb917d88..5fdc092f0f5 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 1a39d07c394..f8d5e856b2a 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 b7ef23d6bb2..91b44430970 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 5208e44b047..25cc976a900 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