commit: 1257f12f0c5a0178092bf27a7565baa3ae06f5e5
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sun Nov 1 18:09:35 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 12:32:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1257f12f
dev-python/kaitaistruct: Add Python 3.9 to PYTHON_COMPAT
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
index dc89a9167f7..577159feadf 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1