commit: dcb5063355efa590e3ca18ebcf7382a916e57c9a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 2 19:06:18 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 19:06:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb50633
dev-util/gtk-doc: add Python 3.8, 3.9 Closes: https://bugs.gentoo.org/747502 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild b/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild index ac05cc2f848..81d3eb361bc 100644 --- a/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit eutils elisp-common gnome2 python-single-r1 readme.gentoo-r1
