summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-12 14:08:35 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-12 14:08:35 +0200
commit6e4ac2eb22a869469211945a2df17eb03a9cb80b (patch)
tree0af9c9d642d87c8487b3b24a8c2a346e806e2b0c /dev-python/joblib
parentdev-python/MechanicalSoup: Add python3_6 really this time (diff)
downloadgentoo-6e4ac2eb22a869469211945a2df17eb03a9cb80b.tar.gz
gentoo-6e4ac2eb22a869469211945a2df17eb03a9cb80b.tar.bz2
gentoo-6e4ac2eb22a869469211945a2df17eb03a9cb80b.zip
dev-python/joblib: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/joblib')
-rw-r--r--dev-python/joblib/joblib-0.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/joblib/joblib-0.11.ebuild b/dev-python/joblib/joblib-0.11.ebuild
index f2bebc328c7a..9c796668123f 100644
--- a/dev-python/joblib/joblib-0.11.ebuild
+++ b/dev-python/joblib/joblib-0.11.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1