dev-python/matplotlib: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 08:32:47 +0000 (00:32 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 12:31:06 +0000 (05:31 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/matplotlib/matplotlib-1.4.3.ebuild
dev-python/matplotlib/matplotlib-1.5.0.ebuild
dev-python/matplotlib/matplotlib-1.5.1.ebuild
dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild
dev-python/matplotlib/matplotlib-9999.ebuild

index f6de3f5c9947df9ea9a9835b41dfe0c3298a4933..4c7f57ce2f47ec3fcc2a180ea7a4021e8395fb4d 100644 (file)
@@ -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(+)'
 
index 1f1ad36b56921d149c0713058a2e31af4b0ef299..53b90641e0d94e5c5add878e4484ff1721fcb426 100644 (file)
@@ -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(+)'
 
index ba5a2ab57b9cc4e601fdc2d974733b29fc2444da..4be84aed2a433cfd83daa5ce978d1d331964e1d6 100644 (file)
@@ -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(+)'
 
index ef05ac105c2eb509e9a1572e3496adf147c3a5c8..11acf166d286e003550634f560f40b2ec11b960b 100644 (file)
@@ -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
index b5f83551334fd7fd5c71d8156064b5e344ff721f..760ca683ccf5cac1e64df15b00c0c993359e4451 100644 (file)
@@ -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(+)'