summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-21 14:39:58 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-21 15:40:24 +0200
commit97fd109e2c924ff909399c434082267138db8304 (patch)
tree9a843bf4f88f2bde22a5c9a8e5403d081defdd93 /dev-python/mpi4py
parentdev-python/pkgconfig: Add python3.5 support (diff)
downloadgentoo-97fd109e2c924ff909399c434082267138db8304.tar.gz
gentoo-97fd109e2c924ff909399c434082267138db8304.tar.bz2
gentoo-97fd109e2c924ff909399c434082267138db8304.zip
dev-python/mpi4py: Add python3.5 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/mpi4py')
-rw-r--r--dev-python/mpi4py/mpi4py-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mpi4py/mpi4py-2.0.0.ebuild b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
index 42b927eaf1df..937cd00196ad 100644
--- a/dev-python/mpi4py/mpi4py-2.0.0.ebuild
+++ b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1