summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 18:41:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-30 23:32:40 +0100
commitba7b01b47014e0adfd5661ef43ff3c598f6a457c (patch)
tree5e3f7f02bb1591cc3dbfbda256edd8d67bd8b51d
parentkde-frameworks/kdelibs4support: Split no-kdesignerplugin.patch (diff)
downloadgentoo-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>
-rw-r--r--sys-process/iotop/iotop-0.6.ebuild4
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