commit: ebe3f2254d503732d387d2d1a96d983aae4183f1 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com> AuthorDate: Sat Oct 31 00:54:57 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 01:36:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe3f225
dev-python/raet-0.6.8-r1: add py39 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> dev-python/raet/raet-0.6.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/raet/raet-0.6.8-r1.ebuild b/dev-python/raet/raet-0.6.8-r1.ebuild index 4ceac99cd6a..ee437165225 100644 --- a/dev-python/raet/raet-0.6.8-r1.ebuild +++ b/dev-python/raet/raet-0.6.8-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{7,8}) +PYTHON_COMPAT=(python3_{7..9}) inherit distutils-r1 DESCRIPTION="Reliable Asynchronous Event Transport Protocol"