commit: 13ec3679bf44fb3c078e68459ff5c1a738fc86ec Author: Z. Liu <zhixu.liu <AT> gmail <DOT> com> AuthorDate: Tue Jan 13 13:40:41 2026 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Jan 13 17:40:03 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ec3679
sys-process/htop: add dev-debug/strace optfeature Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/16 Merges: https://codeberg.org/gentoo/gentoo/pulls/16 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-process/htop/htop-3.3.0.ebuild | 3 ++- sys-process/htop/htop-3.4.0.ebuild | 3 ++- sys-process/htop/htop-3.4.1-r2.ebuild | 3 ++- sys-process/htop/htop-9999.ebuild | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys-process/htop/htop-3.3.0.ebuild b/sys-process/htop/htop-3.3.0.ebuild index 419ad8f2eee6..070fd791953a 100644 --- a/sys-process/htop/htop-3.3.0.ebuild +++ b/sys-process/htop/htop-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -101,6 +101,7 @@ pkg_postinst() { xdg_icon_cache_update optfeature "Viewing processes accessing certain files" sys-process/lsof + optfeature "Tracing system calls and signals of processes" dev-debug/strace } pkg_postrm() { diff --git a/sys-process/htop/htop-3.4.0.ebuild b/sys-process/htop/htop-3.4.0.ebuild index b1c98d474d3e..5490dcedb473 100644 --- a/sys-process/htop/htop-3.4.0.ebuild +++ b/sys-process/htop/htop-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -97,6 +97,7 @@ pkg_postinst() { xdg_icon_cache_update optfeature "Viewing processes accessing certain files" sys-process/lsof + optfeature "Tracing system calls and signals of processes" dev-debug/strace } pkg_postrm() { diff --git a/sys-process/htop/htop-3.4.1-r2.ebuild b/sys-process/htop/htop-3.4.1-r2.ebuild index 780cd21e6491..cdef2dd1fd97 100644 --- a/sys-process/htop/htop-3.4.1-r2.ebuild +++ b/sys-process/htop/htop-3.4.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -100,6 +100,7 @@ pkg_postinst() { fcaps -m '' cap_sys_ptrace usr/bin/htop optfeature "Viewing processes accessing certain files" sys-process/lsof + optfeature "Tracing system calls and signals of processes" dev-debug/strace } pkg_postrm() { diff --git a/sys-process/htop/htop-9999.ebuild b/sys-process/htop/htop-9999.ebuild index 5a4bd6ee9d8a..6902a9772803 100644 --- a/sys-process/htop/htop-9999.ebuild +++ b/sys-process/htop/htop-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -100,6 +100,7 @@ pkg_postinst() { fcaps -m '' cap_sys_ptrace usr/bin/htop optfeature "Viewing processes accessing certain files" sys-process/lsof + optfeature "Tracing system calls and signals of processes" dev-debug/strace } pkg_postrm() {
