summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-31 10:53:56 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-31 11:23:08 +0200
commit8fb2d00b05a51d31938a583d691e64295e475fde (patch)
treeffcbe9bee562dd55bb382bddabcbba1731135408 /sys-block
parentsys-apps/x86info: drop 1.30_p20190617 (diff)
downloadgentoo-8fb2d00b05a51d31938a583d691e64295e475fde.tar.gz
gentoo-8fb2d00b05a51d31938a583d691e64295e475fde.tar.bz2
gentoo-8fb2d00b05a51d31938a583d691e64295e475fde.zip
sys-block/seekwatcher: enable py3.12
Closes: https://bugs.gentoo.org/929828 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/seekwatcher/seekwatcher-0.14.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/seekwatcher/seekwatcher-0.14.ebuild b/sys-block/seekwatcher/seekwatcher-0.14.ebuild
index 06cc3475743f..6e5d001aec3c 100644
--- a/sys-block/seekwatcher/seekwatcher-0.14.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.14.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1