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 <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-29 05:22:42 +01:00
parent 76541d7fbe
commit f6b26ead41
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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