From f6b26ead41fbc1522af2f5fb09ab1b51f94831fb Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 29 Apr 2026 05:22:42 +0100 Subject: [PATCH] sys-process/htop: add specific warning for CONFIG_CGROUPS check It's then clear what the cost of having it off is. Closes: https://bugs.gentoo.org/575132 Signed-off-by: Sam James --- sys-process/htop/htop-3.5.1.ebuild | 1 + sys-process/htop/htop-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-process/htop/htop-3.5.1.ebuild b/sys-process/htop/htop-3.5.1.ebuild index 7a8bc71618b38..36452dc77b18d 100644 --- a/sys-process/htop/htop-3.5.1.ebuild +++ b/sys-process/htop/htop-3.5.1.ebuild @@ -43,6 +43,7 @@ BDEPEND="virtual/pkgconfig" DOCS=( ChangeLog README.md ) CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS" +WARNING_CGROUPS="CONFIG_CGROUPS is required for the cgroups column in htop" QA_CONFIG_IMPL_DECL_SKIP=( typeof # backtrace check triggers this as noise from a failure diff --git a/sys-process/htop/htop-9999.ebuild b/sys-process/htop/htop-9999.ebuild index 7a8bc71618b38..36452dc77b18d 100644 --- a/sys-process/htop/htop-9999.ebuild +++ b/sys-process/htop/htop-9999.ebuild @@ -43,6 +43,7 @@ BDEPEND="virtual/pkgconfig" DOCS=( ChangeLog README.md ) CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS" +WARNING_CGROUPS="CONFIG_CGROUPS is required for the cgroups column in htop" QA_CONFIG_IMPL_DECL_SKIP=( typeof # backtrace check triggers this as noise from a failure