From c5fee3efc7e5bab039f195d14cac1dec1f8e4936 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 18 Apr 2026 12:46:34 +0000 Subject: [PATCH] sys-cluster/ceph: disable py3.10, py3.11 Signed-off-by: Patrick Lauer --- sys-cluster/ceph/ceph-20.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-20.2.1.ebuild b/sys-cluster/ceph/ceph-20.2.1.ebuild index 8e172680328c5..3f4035ba00d56 100644 --- a/sys-cluster/ceph/ceph-20.2.1.ebuild +++ b/sys-cluster/ceph/ceph-20.2.1.ebuild @@ -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 \