diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 18:41:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-30 23:32:40 +0100 |
commit | ba7b01b47014e0adfd5661ef43ff3c598f6a457c (patch) | |
tree | 5e3f7f02bb1591cc3dbfbda256edd8d67bd8b51d /sys-process/iotop | |
parent | kde-frameworks/kdelibs4support: Split no-kdesignerplugin.patch (diff) | |
download | gentoo-ba7b01b47014e0adfd5661ef43ff3c598f6a457c.tar.gz gentoo-ba7b01b47014e0adfd5661ef43ff3c598f6a457c.tar.bz2 gentoo-ba7b01b47014e0adfd5661ef43ff3c598f6a457c.zip |
sys-process/iotop: python3_9
Seems to work at runtime.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-process/iotop')
-rw-r--r-- | sys-process/iotop/iotop-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index 11453899355d..fab019bffe28 100644 --- a/sys-process/iotop/iotop-0.6.ebuild +++ b/sys-process/iotop/iotop-0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) PYTHON_REQ_USE="ncurses(+)" DISTUTILS_USE_SETUPTOOLS=no |