summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-04-20 21:54:05 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-04-20 22:47:25 +0300
commit291452cf5af3c024892ed7a841e8d795013971a3 (patch)
tree8fc904b247427977351e3c9d2214aa6197ecb68b /sys-block
parentsci-mathematics/dunshire: add 0.1.3, drop 0.1.1-r4 (diff)
downloadgentoo-291452cf5af3c024892ed7a841e8d795013971a3.tar.gz
gentoo-291452cf5af3c024892ed7a841e8d795013971a3.tar.bz2
gentoo-291452cf5af3c024892ed7a841e8d795013971a3.zip
sys-block/bmap-tools: enable py3.12
Closes: https://bugs.gentoo.org/929827 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild b/sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild
index 5a474a6f2428..52160c499c6a 100644
--- a/sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild
+++ b/sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1