summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 17:00:45 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 17:23:41 +0200
commita17be722937242e5f16eb9e994b7094066226aa6 (patch)
tree90b1ce4e61696c699b25336c74124f5fd9d851c7 /dev-python/matplotlib2tikz
parentdev-python/ImageHash: Support python 3.6 (diff)
downloadgentoo-a17be722937242e5f16eb9e994b7094066226aa6.tar.gz
gentoo-a17be722937242e5f16eb9e994b7094066226aa6.tar.bz2
gentoo-a17be722937242e5f16eb9e994b7094066226aa6.zip
dev-python/matplotlib2tikz: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/matplotlib2tikz')
-rw-r--r--dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild
index 6aaaf8cd6d9e..bc9212c7a05a 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 virtualx