dev-python/pyopencl: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 18:57:42 +0000 (20:57 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 19:00:29 +0000 (21:00 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

index b9058eb16c1bea8c09701d11a9d0c8fabb428df6..f61d50f65f40a93e01083c83dfd5354405a7114c 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
index 5dabcf6562d72b2cec3c00e656184c1c92a2b597..51361d4895517d598f760cfd7eb2f590ad2f9d7e 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 git-2