diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-08 15:31:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-08 15:31:22 +0300 |
commit | 3ec64eeecf74dda1359a8190e57d6f66b89a4dbf (patch) | |
tree | b595327976b0e28528865f43b784bf6c0eda657d /sys-process/iotop | |
parent | sys-process/iotop-c: initial import (from ::guru) (diff) | |
download | gentoo-3ec64eeecf74dda1359a8190e57d6f66b89a4dbf.tar.gz gentoo-3ec64eeecf74dda1359a8190e57d6f66b89a4dbf.tar.bz2 gentoo-3ec64eeecf74dda1359a8190e57d6f66b89a4dbf.zip |
sys-process/iotop: enable py3.10, weak block on sys-process/iotop-c
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process/iotop')
-rw-r--r-- | sys-process/iotop/iotop-0.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index 3b4c580f100a..7a46616eb4f5 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=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ncurses(+)" DISTUTILS_USE_SETUPTOOLS=no @@ -16,7 +16,8 @@ SRC_URI="http://guichaz.free.fr/iotop/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="" + +RDEPEND="!sys-process/iotop-c" CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS" |