commit: 18aee4d1463d19a98f172711f7fe04ff5b5a7d63
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 22:15:33 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 22:15:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18aee4d1
dev-python/pylibacl: Add python3_9 to PYTHON_COMPAT
The tests pass.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-python/pylibacl/pylibacl-0.5.4_p20191217.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pylibacl/pylibacl-0.5.4_p20191217.ebuild
b/dev-python/pylibacl/pylibacl-0.5.4_p20191217.ebuild
index cd41facaf32..9dbb99161cb 100644
--- a/dev-python/pylibacl/pylibacl-0.5.4_p20191217.ebuild
+++ b/dev-python/pylibacl/pylibacl-0.5.4_p20191217.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1