dev-python/joblib: added python 3.5 compat

Package-Manager: portage-2.2.27
This commit is contained in:
Sébastien Fabbro
2016-03-08 21:28:34 +00:00
parent 370287cde5
commit d96e62f540

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1