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 055FD138350 for ; Wed, 15 Apr 2020 05:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37AA4E08AC; Wed, 15 Apr 2020 05:54:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 18F64E08A5 for ; Wed, 15 Apr 2020 05:54:16 +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 CFD6134F304 for ; Wed, 15 Apr 2020 05:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B7FF1D2 for ; Wed, 15 Apr 2020 05:54:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1586928877.2b2fc194b5b4aad3cbb615913856ccdcfeeae5b1.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2b2fc194b5b4aad3cbb615913856ccdcfeeae5b1 X-VCS-Branch: master Date: Wed, 15 Apr 2020 05:54:12 +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: e2ba65fb-cbdc-434a-9762-c6befcc93f36 X-Archives-Hash: bdcc39322dacb9f8523b1002716a2fad commit: 2b2fc194b5b4aad3cbb615913856ccdcfeeae5b1 Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 05:34:37 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 05:34:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2fc194 sys-process/iotop: DISTUTILS_USE_SETUPTOOLS=no Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert gentoo.org> sys-process/iotop/iotop-0.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index 99eeef40f9a..ef6b0b4fdaa 100644 --- a/sys-process/iotop/iotop-0.6.ebuild +++ b/sys-process/iotop/iotop-0.6.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="ncurses(+)" +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info