dev-libs/elfutils: add comment wrt debuginfod

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-02-17 10:45:31 +00:00
parent 80d7fb6690
commit 514db4d6ac
2 changed files with 4 additions and 2 deletions

View File

@@ -109,7 +109,8 @@ multilib_src_configure() {
local myeconfargs=(
$(use_enable nls)
$(multilib_native_use_enable debuginfod)
# Could do dummy if needed?
# Could do dummy if needed? We could also split libdebuginfod
# (client support) into its own USE if required.
$(use_enable debuginfod libdebuginfod)
$(multilib_native_use_enable stacktrace)
$(use_enable valgrind valgrind-annotations)

View File

@@ -108,7 +108,8 @@ multilib_src_configure() {
local myeconfargs=(
$(use_enable nls)
$(multilib_native_use_enable debuginfod)
# Could do dummy if needed?
# Could do dummy if needed? We could also split libdebuginfod
# (client support) into its own USE if required.
$(use_enable debuginfod libdebuginfod)
$(multilib_native_use_enable stacktrace)
$(use_enable valgrind valgrind-annotations)