diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:27:24 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:27:32 -0500 |
commit | 1d586bba8c15033f6aaa7964b97c6083d1d91275 (patch) | |
tree | 4fb2228da1ac43a90e793c200f7f54953b747cdc /sys-process | |
parent | www-apps/novnc: enable py3.12 (diff) | |
download | gentoo-1d586bba8c15033f6aaa7964b97c6083d1d91275.tar.gz gentoo-1d586bba8c15033f6aaa7964b97c6083d1d91275.tar.bz2 gentoo-1d586bba8c15033f6aaa7964b97c6083d1d91275.zip |
sys-process/iotop: enable py3.12
Closes: https://bugs.gentoo.org/929868
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/iotop/iotop-0.6_p20230124.ebuild | 4 |
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" |