summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-04-13 10:27:24 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2024-04-13 10:27:32 -0500
commit1d586bba8c15033f6aaa7964b97c6083d1d91275 (patch)
tree4fb2228da1ac43a90e793c200f7f54953b747cdc
parentwww-apps/novnc: enable py3.12 (diff)
downloadgentoo-1d586bba.tar.gz
gentoo-1d586bba.tar.bz2
gentoo-1d586bba.zip
sys-process/iotop: enable py3.12
Closes: https://bugs.gentoo.org/929868 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--sys-process/iotop/iotop-0.6_p20230124.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/iotop/iotop-0.6_p20230124.ebuild b/sys-process/iotop/iotop-0.6_p20230124.ebuild
index 4e535022d759..3a6879e7eb05 100644
--- a/sys-process/iotop/iotop-0.6_p20230124.ebuild
+++ b/sys-process/iotop/iotop-0.6_p20230124.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_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
PYTHON_REQ_USE="ncurses(+)"
MY_COMMIT="a14256a3ff74eeee59493ac088561f1bafab85a7"