diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 17:00:45 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 17:23:41 +0200 |
commit | a17be722937242e5f16eb9e994b7094066226aa6 (patch) | |
tree | 90b1ce4e61696c699b25336c74124f5fd9d851c7 | |
parent | 69ed0feda6202f1a01d401a8e43d7ce7613fc909 (diff) | |
download | gentoo-a17be722937242e5f16eb9e994b7094066226aa6.tar.gz gentoo-a17be722937242e5f16eb9e994b7094066226aa6.tar.xz |
dev-python/matplotlib2tikz: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild | 2 |
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 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 |