commit: d0cb14543006ec492240a2408676e95a13a7f8d7 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Sep 9 07:18:28 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Sep 9 07:18:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cb1454
dev-libs/elfutils: unconditionally disable debuginfod client We don't package debuginfod server yet. Let's avoid client as well. Reported-by: Lars Wendler (Polynomial-C) Closes: https://bugs.gentoo.org/741350 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-libs/elfutils/elfutils-0.181.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/elfutils/elfutils-0.181.ebuild b/dev-libs/elfutils/elfutils-0.181.ebuild index e0947ea4dfd..83603f15c7b 100644 --- a/dev-libs/elfutils/elfutils-0.181.ebuild +++ b/dev-libs/elfutils/elfutils-0.181.ebuild @@ -61,6 +61,7 @@ multilib_src_configure() { $(use_enable threads thread-safety) \ $(use_enable valgrind) \ --disable-debuginfod \ + --disable-libdebuginfod \ --program-prefix="eu-" \ --with-zlib \ $(use_with bzip2 bzlib) \
