mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user