commit: ac99cd01b0412fcf81250ad1f1c7ce759501c6c2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com> AuthorDate: Thu Dec 24 03:24:47 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 24 08:48:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac99cd01
dev-python/pypeg2: Add support python3.9 Closes: https://bugs.gentoo.org/761472 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild index 75770fae21a..c89a5bf748d 100644 --- a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild +++ b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1
