sys-cluster/ceph: disable py3.10, py3.11

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2026-04-18 12:46:34 +00:00
parent 8eb14b8bc5
commit c5fee3efc7

View File

@@ -10,7 +10,7 @@ EAPI=8
CMAKE_REMOVE_MODULES_LIST=( FindBoost )
CMAKE_WARN_UNUSED_CLI=no # false positives unless all USE flags are on
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{12..13} )
LUA_COMPAT=( lua5-{3..4} )
inherit check-reqs bash-completion-r1 cmake flag-o-matic lua-single multiprocessing \