diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 15:31:15 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:32:13 +0200 |
commit | 25a0462dc66f4295ca3d9a648f08da08318d2e25 (patch) | |
tree | 4dbdc648970b1b6696399a1a4291bfd508599659 /dev-python/pycuda | |
parent | dev-python/pycollada: Support newer python (diff) | |
download | gentoo-25a0462dc66f4295ca3d9a648f08da08318d2e25.tar.gz gentoo-25a0462dc66f4295ca3d9a648f08da08318d2e25.tar.bz2 gentoo-25a0462dc66f4295ca3d9a648f08da08318d2e25.zip |
dev-python/pycuda: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pycuda')
-rw-r--r-- | dev-python/pycuda/pycuda-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycuda/pycuda-9999.ebuild b/dev-python/pycuda/pycuda-9999.ebuild index f90eae714045..4a27060149fd 100644 --- a/dev-python/pycuda/pycuda-9999.ebuild +++ b/dev-python/pycuda/pycuda-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit cuda distutils-r1 git-r3 multilib |