summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 15:24:01 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:42:22 +0200
commitf52058e24211132d0aae972b0c770be9df975e65 (patch)
tree5b23b19fd6426f7d33be82b545a40cb88ca0b8fb /sys-cluster
parentsys-cluster/hpx: Support newer python (diff)
downloadgentoo-f52058e24211132d0aae972b0c770be9df975e65.tar.gz
gentoo-f52058e24211132d0aae972b0c770be9df975e65.tar.bz2
gentoo-f52058e24211132d0aae972b0c770be9df975e65.zip
sys-cluster/heat: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/heat/heat-2016.2.9999.ebuild4
-rw-r--r--sys-cluster/heat/heat-2017.1.9999.ebuild2
-rw-r--r--sys-cluster/heat/heat-8.0.2.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/heat/heat-2016.2.9999.ebuild b/sys-cluster/heat/heat-2016.2.9999.ebuild
index 6b3b1f054d9a..a0bdfb7e5d38 100644
--- a/sys-cluster/heat/heat-2016.2.9999.ebuild
+++ b/sys-cluster/heat/heat-2016.2.9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 eutils git-r3 linux-info user
diff --git a/sys-cluster/heat/heat-2017.1.9999.ebuild b/sys-cluster/heat/heat-2017.1.9999.ebuild
index 2963ef934c82..b08a1e34c776 100644
--- a/sys-cluster/heat/heat-2017.1.9999.ebuild
+++ b/sys-cluster/heat/heat-2017.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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 eutils git-r3 linux-info user
diff --git a/sys-cluster/heat/heat-8.0.2.ebuild b/sys-cluster/heat/heat-8.0.2.ebuild
index 82a22503f6e2..450961936893 100644
--- a/sys-cluster/heat/heat-8.0.2.ebuild
+++ b/sys-cluster/heat/heat-8.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_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 eutils linux-info user