summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2024-06-18 19:48:07 +0200
committerJakov Smolić <jsmolic@gentoo.org>2024-06-18 19:49:59 +0200
commita530293f1a17a190a4c5fca39de31670187c7df9 (patch)
tree22e99c36e1ae496020bdbe0c8135b5f25303e768 /sys-fs
parentsys-kernel/kergen: enable py3.12 (diff)
downloadgentoo-a530293f1a17a190a4c5fca39de31670187c7df9.tar.gz
gentoo-a530293f1a17a190a4c5fca39de31670187c7df9.tar.bz2
gentoo-a530293f1a17a190a4c5fca39de31670187c7df9.zip
sys-fs/ubi_reader: enable py3.12
Closes: https://bugs.gentoo.org/929845 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ubi_reader/ubi_reader-0.8.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/ubi_reader/ubi_reader-0.8.5-r1.ebuild b/sys-fs/ubi_reader/ubi_reader-0.8.5-r1.ebuild
index ea7eb78871bb..f1dda6d4ddcf 100644
--- a/sys-fs/ubi_reader/ubi_reader-0.8.5-r1.ebuild
+++ b/sys-fs/ubi_reader/ubi_reader-0.8.5-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
MY_PN="${PN/_/-}"