commit: 6799eb10d2718227b81c3ee6d97a6ae351ec67f7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 07:20:58 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 07:20:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6799eb10
app-arch/brotli: add Python 3.9 to live too
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/brotli/brotli-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/brotli/brotli-9999.ebuild
b/app-arch/brotli/brotli-9999.ebuild
index f40bbfb62d2..89d52f2c2ec 100644
--- a/app-arch/brotli/brotli-9999.ebuild
+++ b/app-arch/brotli/brotli-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"