summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-31 10:55:31 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-31 11:23:09 +0200
commitdf3ceddf9e00b51138171c0623c013de19a2ec13 (patch)
tree07a07a5c0fdea9b794b26f48d224a78d14fc62ce /sys-cluster
parentsys-block/seekwatcher: enable py3.12 (diff)
downloadgentoo-df3ceddf9e00b51138171c0623c013de19a2ec13.tar.gz
gentoo-df3ceddf9e00b51138171c0623c013de19a2ec13.tar.bz2
gentoo-df3ceddf9e00b51138171c0623c013de19a2ec13.zip
sys-cluster/sanlock: enable py3.12
Closes: https://bugs.gentoo.org/929831 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/sanlock/sanlock-3.8.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/sanlock/sanlock-3.8.5.ebuild b/sys-cluster/sanlock/sanlock-3.8.5.ebuild
index 1616fa1a3a73..38b736bf861b 100644
--- a/sys-cluster/sanlock/sanlock-3.8.5.ebuild
+++ b/sys-cluster/sanlock/sanlock-3.8.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit flag-o-matic linux-info python-r1 systemd
DESCRIPTION="shared storage lock manager"