From 343bf9ec11e41f413b1969e4e67e5a68c37ff7c5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 1 May 2025 23:10:17 +0100 Subject: [PATCH] sys-cluster/sanlock: disable py3.10 Signed-off-by: Sam James --- sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild | 2 +- sys-cluster/sanlock/sanlock-3.8.5.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild b/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild index bbf7fd2057b23..d1d130c234fce 100644 --- a/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit flag-o-matic linux-info python-r1 systemd DESCRIPTION="shared storage lock manager" diff --git a/sys-cluster/sanlock/sanlock-3.8.5.ebuild b/sys-cluster/sanlock/sanlock-3.8.5.ebuild index 3e4755ac7b9f4..ccd70f099e6b8 100644 --- a/sys-cluster/sanlock/sanlock-3.8.5.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit flag-o-matic linux-info python-r1 systemd DESCRIPTION="shared storage lock manager"