mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
sys-cluster/ceph: disable py3.10, py3.11
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user