From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 351471580EB for ; Wed, 21 May 2025 21:26:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1F1A534319E for ; Wed, 21 May 2025 21:26:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EB34F1104B3; Wed, 21 May 2025 21:25:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id DF5441104B3 for ; Wed, 21 May 2025 21:25:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9A77C34300E for ; Wed, 21 May 2025 21:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 705BE289B for ; Wed, 21 May 2025 21:25:56 +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: <1747862660.58e83c9f75f8ce452c0376065d69c482a1ec3d7a.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-9999.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 58e83c9f75f8ce452c0376065d69c482a1ec3d7a X-VCS-Branch: master Date: Wed, 21 May 2025 21:25:56 +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: 852c9d93-d462-4382-ba29-b71206fc2c86 X-Archives-Hash: 79b0484c844c3bd030ef01c3e47fcee9 commit: 58e83c9f75f8ce452c0376065d69c482a1ec3d7a Author: Filip Kobierski pm me> AuthorDate: Fri May 9 13:46:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 21 21:24:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e83c9f sys-process/htop: sync live Closes: https://bugs.gentoo.org/846635 Closes: https://bugs.gentoo.org/954884 Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/41975 Closes: https://github.com/gentoo/gentoo/pull/41975 Signed-off-by: Sam James gentoo.org> sys-process/htop/htop-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-process/htop/htop-9999.ebuild b/sys-process/htop/htop-9999.ebuild index f5474a69edef..f1186e3c78ec 100644 --- a/sys-process/htop/htop-9999.ebuild +++ b/sys-process/htop/htop-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 # We avoid xdg.eclass here because it'll pull in glib, desktop utils on # htop which is often used on headless machines. bug #787470 -inherit linux-info optfeature xdg-utils +inherit fcaps linux-info optfeature xdg-utils DESCRIPTION="Interactive process viewer" HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop" @@ -39,7 +39,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -DOCS=( ChangeLog README ) +DOCS=( ChangeLog README.md ) CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS" @@ -96,6 +96,8 @@ pkg_postinst() { xdg_desktop_database_update xdg_icon_cache_update + fcaps cap_sys_ptrace /usr/bin/${PN} + optfeature "Viewing processes accessing certain files" sys-process/lsof }