commit: a17be722937242e5f16eb9e994b7094066226aa6
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 15:00:45 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 15:23:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17be722
dev-python/matplotlib2tikz: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild
b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild
index 6aaaf8cd6d9..bc9212c7a05 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