Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/
Date: Wed, 08 Sep 2021 12:32:32
Message-Id: 1631104282.3ec64eeecf74dda1359a8190e57d6f66b89a4dbf.arthurzam@gentoo
1 commit: 3ec64eeecf74dda1359a8190e57d6f66b89a4dbf
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 12:31:22 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 12:31:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec64eee
7
8 sys-process/iotop: enable py3.10, weak block on sys-process/iotop-c
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-process/iotop/iotop-0.6.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
16 index 3b4c580f100..7a46616eb4f 100644
17 --- a/sys-process/iotop/iotop-0.6.ebuild
18 +++ b/sys-process/iotop/iotop-0.6.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8,9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 PYTHON_REQ_USE="ncurses(+)"
26 DISTUTILS_USE_SETUPTOOLS=no
27
28 @@ -16,7 +16,8 @@ SRC_URI="http://guichaz.free.fr/iotop/files/${P}.tar.bz2"
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
32 -IUSE=""
33 +
34 +RDEPEND="!sys-process/iotop-c"
35
36 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"