Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/
Date: Sat, 30 Jan 2021 22:32:59
Message-Id: 1612045960.ba7b01b47014e0adfd5661ef43ff3c598f6a457c.asturm@gentoo
1 commit: ba7b01b47014e0adfd5661ef43ff3c598f6a457c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 17:41:31 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 22:32:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7b01b4
7
8 sys-process/iotop: python3_9
9
10 Seems to work at runtime.
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 sys-process/iotop/iotop-0.6.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
19 index 11453899355..fab019bffe2 100644
20 --- a/sys-process/iotop/iotop-0.6.ebuild
21 +++ b/sys-process/iotop/iotop-0.6.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{6,7,8} )
30 +PYTHON_COMPAT=( python3_{6,7,8,9} )
31 PYTHON_REQ_USE="ncurses(+)"
32 DISTUTILS_USE_SETUPTOOLS=no