commit: b256c0cc385a0d5927449a97aa462b0e240e4ce5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 17:42:41 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 17:42:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b256c0cc
dev-python/pyopencl: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pyopencl/pyopencl-2017.2.ebuild | 2 +-
dev-python/pyopencl/pyopencl-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyopencl/pyopencl-2017.2.ebuild
b/dev-python/pyopencl/pyopencl-2017.2.ebuild
index 9949a426bf2..9ae839d3b20 100644
--- a/dev-python/pyopencl/pyopencl-2017.2.ebuild
+++ b/dev-python/pyopencl/pyopencl-2017.2.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
diff --git a/dev-python/pyopencl/pyopencl-9999.ebuild
b/dev-python/pyopencl/pyopencl-9999.ebuild
index 59d8f6efced..ef9432fac02 100644
--- a/dev-python/pyopencl/pyopencl-9999.ebuild
+++ b/dev-python/pyopencl/pyopencl-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 git-2