dev-python/pyopencl: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:42:41 +0000 (19:42 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:42:58 +0000 (19:42 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pyopencl/pyopencl-2017.2.ebuild
dev-python/pyopencl/pyopencl-9999.ebuild

index 9949a426bf238d20c5e1426a32ae33fc382d735e..9ae839d3b20e9179c076e3f07213482f5e2e88a6 100644 (file)
@@ -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
 
index 59d8f6efced8312e005d815dee2f43730b5d39d1..ef9432fac02958b6add2ae809895a5085df353b4 100644 (file)
@@ -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