mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user