commit:     5c1ca4cbd99d7e8e5cc9137e2655090c501c748a
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 13:11:25 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 13:24:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1ca4cb

dev-cpp/abseil-cpp: enable py3.10, py3.11 on older version

This older version is required by latest mozc, so this change allows
installing mozc with current python defaults

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild
index 021a48d0137a..cf4ff66b0425 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_9 )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit cmake flag-o-matic python-any-r1 toolchain-funcs
 

Reply via email to