Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopencl/
Date: Tue, 26 Jun 2018 17:43:08
Message-Id: 1530034978.b256c0cc385a0d5927449a97aa462b0e240e4ce5.pacho@gentoo
1 commit: b256c0cc385a0d5927449a97aa462b0e240e4ce5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 17:42:41 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 17:42:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b256c0cc
7
8 dev-python/pyopencl: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/pyopencl/pyopencl-2017.2.ebuild | 2 +-
13 dev-python/pyopencl/pyopencl-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pyopencl/pyopencl-2017.2.ebuild b/dev-python/pyopencl/pyopencl-2017.2.ebuild
17 index 9949a426bf2..9ae839d3b20 100644
18 --- a/dev-python/pyopencl/pyopencl-2017.2.ebuild
19 +++ b/dev-python/pyopencl/pyopencl-2017.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/pyopencl/pyopencl-9999.ebuild b/dev-python/pyopencl/pyopencl-9999.ebuild
31 index 59d8f6efced..ef9432fac02 100644
32 --- a/dev-python/pyopencl/pyopencl-9999.ebuild
33 +++ b/dev-python/pyopencl/pyopencl-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=5
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
39 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
40
41 inherit distutils-r1 git-2