commit: c631448d1d27990cc7c094605606b645b17d2880
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 05:23:56 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 05:26:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c631448d
dev-python/root_numpy: tested with python-3.6.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/root_numpy/root_numpy-4.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/root_numpy/root_numpy-4.7.3.ebuild
b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
index 81df51049d4..7561d10b039 100644
--- a/dev-python/root_numpy/root_numpy-4.7.3.ebuild
+++ b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
@@ -4,7 +4,7 @@
EAPI=5
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1