From: Pacho Ramos Date: Tue, 26 Jun 2018 20:30:35 +0000 (+0200) Subject: sys-cluster/heat: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1ffd98d9db9fb12e707138fd32139be642848371;p=gentoo.git sys-cluster/heat: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/sys-cluster/heat/heat-10.0.1.ebuild b/sys-cluster/heat/heat-10.0.1.ebuild index 5bc1648a1294..65275062e53f 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 472f8a0a47db..05527326a70b 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 fd03db676225..89045903e72f 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