commit:     514db4d6ac702c0bde9f75467615380150fdf3aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 10:45:31 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 10:45:31 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514db4d6

dev-libs/elfutils: add comment wrt debuginfod

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/elfutils/elfutils-0.194.ebuild | 3 ++-
 dev-libs/elfutils/elfutils-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/elfutils/elfutils-0.194.ebuild 
b/dev-libs/elfutils/elfutils-0.194.ebuild
index d729bc9fc885..dcb73bf5449a 100644
--- a/dev-libs/elfutils/elfutils-0.194.ebuild
+++ b/dev-libs/elfutils/elfutils-0.194.ebuild
@@ -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)

diff --git a/dev-libs/elfutils/elfutils-9999.ebuild 
b/dev-libs/elfutils/elfutils-9999.ebuild
index e7170142fc6c..0a0a771b81b2 100644
--- a/dev-libs/elfutils/elfutils-9999.ebuild
+++ b/dev-libs/elfutils/elfutils-9999.ebuild
@@ -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)

Reply via email to