commit: 41811b4c3f4e690bdb66c611d25ee16041638c9a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 2 22:44:40 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 22:44:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41811b4c
app-portage/tatt: add Python 3.8, 3.9 Closes: https://bugs.gentoo.org/758149 Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/tatt/tatt-0.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild b/app-portage/tatt/tatt-0.7-r1.ebuild index 2498b44643e..59b5f9986ea 100644 --- a/app-portage/tatt/tatt-0.7-r1.ebuild +++ b/app-portage/tatt/tatt-0.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1
