diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 16:57:13 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-04 11:36:55 -0500 |
commit | a9b76cb50fa291627715d2451c52191041c79d21 (patch) | |
tree | aef5ed5e6f4728f645cbdb5b4e7459f42ccd041a /sys-process/iotop | |
parent | dev-java/javatoolkit: python3_8 (diff) | |
download | gentoo-a9b76cb50fa291627715d2451c52191041c79d21.tar.gz gentoo-a9b76cb50fa291627715d2451c52191041c79d21.tar.bz2 gentoo-a9b76cb50fa291627715d2451c52191041c79d21.zip |
sys-process/iotop: python3_8
Closes: https://bugs.gentoo.org/701582
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-process/iotop')
-rw-r--r-- | sys-process/iotop/iotop-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index f79891ac8f90..4e3fa243c2a6 100644 --- a/sys-process/iotop/iotop-0.6.ebuild +++ b/sys-process/iotop/iotop-0.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) PYTHON_REQ_USE="ncurses(+)" inherit distutils-r1 linux-info |