summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-26 22:30:35 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-26 22:51:35 +0200
commit1ffd98d9db9fb12e707138fd32139be642848371 (patch)
tree81b65ef87c0110d27cc6e81c5de4d1b8e7e4720d
parent217cf39f47a4679e531e65ea385ddc3d0989c0f4 (diff)
downloadgentoo-1ffd98d9db9fb12e707138fd32139be642848371.tar.gz
gentoo-1ffd98d9db9fb12e707138fd32139be642848371.tar.xz
sys-cluster/heat: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--sys-cluster/heat/heat-10.0.1.ebuild2
-rw-r--r--sys-cluster/heat/heat-2017.2.9999.ebuild2
-rw-r--r--sys-cluster/heat/heat-2018.1.9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/heat/heat-10.0.1.ebuild b/sys-cluster/heat/heat-10.0.1.ebuild
index 5bc1648a129..65275062e53 100644
--- a/sys-cluster/heat/heat-10.0.1.ebuild
+++ b/sys-cluster/heat/heat-10.0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 eutils linux-info user
diff --git a/sys-cluster/heat/heat-2017.2.9999.ebuild b/sys-cluster/heat/heat-2017.2.9999.ebuild
index 472f8a0a47d..05527326a70 100644
--- a/sys-cluster/heat/heat-2017.2.9999.ebuild
+++ b/sys-cluster/heat/heat-2017.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_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 eutils linux-info user
diff --git a/sys-cluster/heat/heat-2018.1.9999.ebuild b/sys-cluster/heat/heat-2018.1.9999.ebuild
index fd03db67622..89045903e72 100644
--- a/sys-cluster/heat/heat-2018.1.9999.ebuild
+++ b/sys-cluster/heat/heat-2018.1.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 eutils linux-info user