summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/matplotlib-9999.ebuild
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-9999.ebuild
parent26d4cb985a613b77f327cf378c9faf55eac1ec80 (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-9999.ebuild')
-rw-r--r--dev-python/matplotlib/matplotlib-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild
index b5f83551334f..760ca683ccf5 100644
--- a/dev-python/matplotlib/matplotlib-9999.ebuild
+++ b/dev-python/matplotlib/matplotlib-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE='tk?,threads(+)'