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@gentoo.org>
This commit is contained in:
Ben Kohler
2023-04-02 08:11:25 -05:00
parent 2dd73ad05b
commit 5c1ca4cbd9

View File

@@ -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