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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBC26158086 for ; Fri, 29 Oct 2021 22:44:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A5A9E087C; Fri, 29 Oct 2021 22:44:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21BDFE087C for ; Fri, 29 Oct 2021 22:44:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D08A13433C1 for ; Fri, 29 Oct 2021 22:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 174D7197 for ; Fri, 29 Oct 2021 22:44:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635547424.76a1850a1c03d7d173b6adcc1e7d315f4c1edd8c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/htop/htop-3.0.5-r1.ebuild sys-process/htop/htop-3.0.5-r2.ebuild sys-process/htop/htop-3.1.0-r1.ebuild sys-process/htop/htop-3.1.0.ebuild sys-process/htop/htop-3.1.1-r1.ebuild sys-process/htop/htop-3.1.1.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 76a1850a1c03d7d173b6adcc1e7d315f4c1edd8c X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:44:11 +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: 554fad05-7be0-4662-ba56-ac2e3c214fe6 X-Archives-Hash: a4bdba6cf50251d2f101924414dff99d commit: 76a1850a1c03d7d173b6adcc1e7d315f4c1edd8c Author: Sam James gentoo org> AuthorDate: Fri Oct 29 22:41:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 22:43:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a1850a sys-process/htop: add hwloc subslot operator Signed-off-by: Sam James gentoo.org> sys-process/htop/{htop-3.0.5-r1.ebuild => htop-3.0.5-r2.ebuild} | 2 +- sys-process/htop/{htop-3.1.0.ebuild => htop-3.1.0-r1.ebuild} | 2 +- sys-process/htop/{htop-3.1.1.ebuild => htop-3.1.1-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/htop/htop-3.0.5-r1.ebuild b/sys-process/htop/htop-3.0.5-r2.ebuild similarity index 98% rename from sys-process/htop/htop-3.0.5-r1.ebuild rename to sys-process/htop/htop-3.0.5-r2.ebuild index ef78ad9c82a..e2887ab6369 100644 --- a/sys-process/htop/htop-3.0.5-r1.ebuild +++ b/sys-process/htop/htop-3.0.5-r2.ebuild @@ -18,7 +18,7 @@ IUSE="debug hwloc kernel_FreeBSD kernel_linux lm-sensors openvz unicode vserver" BDEPEND="virtual/pkgconfig" RDEPEND="sys-libs/ncurses:=[unicode(+)?] - hwloc? ( sys-apps/hwloc ) + hwloc? ( sys-apps/hwloc:= ) lm-sensors? ( sys-apps/lm-sensors )" DEPEND="${RDEPEND} ${PYTHON_DEPS}" diff --git a/sys-process/htop/htop-3.1.0.ebuild b/sys-process/htop/htop-3.1.0-r1.ebuild similarity index 98% rename from sys-process/htop/htop-3.1.0.ebuild rename to sys-process/htop/htop-3.1.0-r1.ebuild index 2429313e1be..937e09730eb 100644 --- a/sys-process/htop/htop-3.1.0.ebuild +++ b/sys-process/htop/htop-3.1.0-r1.ebuild @@ -19,7 +19,7 @@ IUSE="caps debug delayacct hwloc kernel_FreeBSD kernel_linux lm-sensors openvz u BDEPEND="virtual/pkgconfig" RDEPEND=" sys-libs/ncurses:=[unicode(+)?] - hwloc? ( sys-apps/hwloc ) + hwloc? ( sys-apps/hwloc:= ) kernel_linux? ( caps? ( sys-libs/libcap ) delayacct? ( dev-libs/libnl:3 ) diff --git a/sys-process/htop/htop-3.1.1.ebuild b/sys-process/htop/htop-3.1.1-r1.ebuild similarity index 98% rename from sys-process/htop/htop-3.1.1.ebuild rename to sys-process/htop/htop-3.1.1-r1.ebuild index ad00e02ff84..c11394f6a76 100644 --- a/sys-process/htop/htop-3.1.1.ebuild +++ b/sys-process/htop/htop-3.1.1-r1.ebuild @@ -19,7 +19,7 @@ IUSE="caps debug delayacct hwloc kernel_FreeBSD kernel_linux lm-sensors openvz u BDEPEND="virtual/pkgconfig" RDEPEND=" sys-libs/ncurses:=[unicode(+)?] - hwloc? ( sys-apps/hwloc ) + hwloc? ( sys-apps/hwloc:= ) kernel_linux? ( caps? ( sys-libs/libcap ) delayacct? ( dev-libs/libnl:3 )