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 9CA97138334 for ; Thu, 25 Jul 2019 14:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8CE0E082D; Thu, 25 Jul 2019 14:57:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 67821E082D for ; Thu, 25 Jul 2019 14:57:51 +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 9543734882D for ; Thu, 25 Jul 2019 14:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 844A2734 for ; Thu, 25 Jul 2019 14:57:47 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1564066641.d6addd0be0d88d49fdbb175030312b3283bfb88f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/htop/htop-2.2.0.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d6addd0be0d88d49fdbb175030312b3283bfb88f X-VCS-Branch: master Date: Thu, 25 Jul 2019 14:57:47 +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: 20cff9ff-6faa-418b-8a59-e98184db770c X-Archives-Hash: 6f8a11b4e05110d416265dee41ff2830 commit: d6addd0be0d88d49fdbb175030312b3283bfb88f Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 25 14:57:21 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 25 14:57:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6addd0b sys-process/htop: Use python-any-r1 instead of python-single-r1 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-process/htop/htop-2.2.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild index 9e6187da2c8..19eb58beab6 100644 --- a/sys-process/htop/htop-2.2.0.ebuild +++ b/sys-process/htop/htop-2.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit linux-info python-single-r1 +inherit linux-info python-any-r1 DESCRIPTION="interactive process viewer" HOMEPAGE="https://hisham.hm/htop/" @@ -21,8 +21,6 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} virtual/pkgconfig" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - DOCS=( ChangeLog README ) CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS" @@ -33,7 +31,7 @@ pkg_setup() { ewarn "what files), you must have sys-process/lsof installed." fi - python-single-r1_pkg_setup + python-any-r1_pkg_setup linux-info_pkg_setup }