commit: f6fc7cb90cd31270a62d796274f4908eb0002874
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 07:58:41 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 07:59:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fc7cb9
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 <AT> gentoo.org>
dev-tex/dot2tex/dot2tex-2.11.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
index cada554f8a6..d5d240c5d09 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