summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-12 00:32:47 -0800
committerZac Medico <zmedico@gentoo.org>2017-03-12 05:31:06 -0700
commitbe7a8d2d4b1710e95afa949bd794387e94c41233 (patch)
treec458a92bfcd829e4c01c19f06c656dd9e148c278 /dev-python/matplotlib/matplotlib-1.5.1.ebuild
parentdev-python/pyzmq: Add python3_6 to PYTHON_COMPAT (diff)
downloadgentoo-be7a8d2d4b1710e95afa949bd794387e94c41233.tar.gz
gentoo-be7a8d2d4b1710e95afa949bd794387e94c41233.tar.bz2
gentoo-be7a8d2d4b1710e95afa949bd794387e94c41233.zip
dev-python/matplotlib: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/matplotlib/matplotlib-1.5.1.ebuild')
-rw-r--r--dev-python/matplotlib/matplotlib-1.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.5.1.ebuild b/dev-python/matplotlib/matplotlib-1.5.1.ebuild
index ba5a2ab57b9c..4be84aed2a43 100644
--- a/dev-python/matplotlib/matplotlib-1.5.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE='tk?,threads(+)'