From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 619B3158041 for ; Wed, 8 Sep 2021 12:32:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E8B5E091F; Wed, 8 Sep 2021 12:32:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91E13E091F for ; Wed, 8 Sep 2021 12:32:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E8F5340D3A for ; Wed, 8 Sep 2021 12:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA152B0 for ; Wed, 8 Sep 2021 12:32:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1631104282.3ec64eeecf74dda1359a8190e57d6f66b89a4dbf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/iotop/iotop-0.6.ebuild X-VCS-Directories: sys-process/iotop/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3ec64eeecf74dda1359a8190e57d6f66b89a4dbf X-VCS-Branch: master Date: Wed, 8 Sep 2021 12:32:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8abfb79c-9ea0-4a0c-9248-72bb5ad8c653 X-Archives-Hash: 49390f2a7331d4a581af8111ab1c3359 commit: 3ec64eeecf74dda1359a8190e57d6f66b89a4dbf Author: Arthur Zamarin gentoo org> AuthorDate: Wed Sep 8 12:31:22 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Sep 8 12:31:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec64eee sys-process/iotop: enable py3.10, weak block on sys-process/iotop-c Signed-off-by: Arthur Zamarin gentoo.org> sys-process/iotop/iotop-0.6.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index 3b4c580f100..7a46616eb4f 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"