commit: be7a8d2d4b1710e95afa949bd794387e94c41233
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 08:32:47 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 12:31:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7a8d2d
dev-python/matplotlib: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/matplotlib/matplotlib-1.4.3.ebuild | 2 +-
dev-python/matplotlib/matplotlib-1.5.0.ebuild | 2 +-
dev-python/matplotlib/matplotlib-1.5.1.ebuild | 2 +-
dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild | 2 +-
dev-python/matplotlib/matplotlib-9999.ebuild | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild
b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
index f6de3f5c994..4c7f57ce2f4 100644
--- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.4.3.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(+)'
diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
index 1f1ad36b569..53b90641e0d 100644
--- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.5.0.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(+)'
diff --git a/dev-python/matplotlib/matplotlib-1.5.1.ebuild
b/dev-python/matplotlib/matplotlib-1.5.1.ebuild
index ba5a2ab57b9..4be84aed2a4 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(+)'
diff --git a/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild
b/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild
index ef05ac105c2..11acf166d28 100644
--- a/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE='tk?,threads(+)'
inherit distutils-r1 eutils flag-o-matic multiprocessing virtualx
toolchain-funcs
diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild
b/dev-python/matplotlib/matplotlib-9999.ebuild
index b5f83551334..760ca683ccf 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(+)'