From: Pacho Ramos Date: Mon, 29 May 2017 13:31:15 +0000 (+0200) Subject: dev-python/pycuda: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=25a0462dc66f4295ca3d9a648f08da08318d2e25;p=gentoo.git dev-python/pycuda: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- 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