commit: c6dd6b3a7266d43e440b24d264303834c55bb8c9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 04:41:05 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 04:41:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dd6b3a
app-arch/brotli: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/brotli/brotli-1.0.9-r2.ebuild | 2 +-
app-arch/brotli/brotli-1.0.9-r3.ebuild | 2 +-
app-arch/brotli/brotli-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-arch/brotli/brotli-1.0.9-r2.ebuild
b/app-arch/brotli/brotli-1.0.9-r2.ebuild
index 9f152be136a..d46e4e435ad 100644
--- a/app-arch/brotli/brotli-1.0.9-r2.ebuild
+++ b/app-arch/brotli/brotli-1.0.9-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"
diff --git a/app-arch/brotli/brotli-1.0.9-r3.ebuild
b/app-arch/brotli/brotli-1.0.9-r3.ebuild
index 9a372fb3166..c7fb22d4ea7 100644
--- a/app-arch/brotli/brotli-1.0.9-r3.ebuild
+++ b/app-arch/brotli/brotli-1.0.9-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"
CMAKE_ECLASS=cmake
diff --git a/app-arch/brotli/brotli-9999.ebuild
b/app-arch/brotli/brotli-9999.ebuild
index 7dacb49548c..07a2175c735 100644
--- a/app-arch/brotli/brotli-9999.ebuild
+++ b/app-arch/brotli/brotli-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"
CMAKE_ECLASS=cmake