diff options
author | Sam James <sam@gentoo.org> | 2020-12-03 07:58:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-03 07:59:45 +0000 |
commit | f6fc7cb90cd31270a62d796274f4908eb0002874 (patch) | |
tree | 192f2f2b9e4ad576ddc21800266b8890b7d511c4 | |
parent | app-editors/vis: eutils.eclass -> optfeature.eclass (diff) | |
download | gentoo-f6fc7cb90cd31270a62d796274f4908eb0002874.tar.gz gentoo-f6fc7cb90cd31270a62d796274f4908eb0002874.tar.bz2 gentoo-f6fc7cb90cd31270a62d796274f4908eb0002874.zip |
dev-tex/dot2tex: add Python 3.8, 3.9
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-tex/dot2tex/dot2tex-2.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild index cada554f8a69..d5d240c5d098 100644 --- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7}) +PYTHON_COMPAT=( python3_{6,7,8,9}) inherit distutils-r1 |