summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-09 08:18:28 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-09 08:18:40 +0100
commitd0cb14543006ec492240a2408676e95a13a7f8d7 (patch)
tree2e044cc30eba20dd1b6a10825d44e86eb33ad6e0
parentdev-python/sphinx-gallery: Bump to 0.8.0 (diff)
downloadgentoo-d0cb14543006ec492240a2408676e95a13a7f8d7.tar.gz
gentoo-d0cb14543006ec492240a2408676e95a13a7f8d7.tar.bz2
gentoo-d0cb14543006ec492240a2408676e95a13a7f8d7.zip
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@gentoo.org>
-rw-r--r--dev-libs/elfutils/elfutils-0.181.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/elfutils/elfutils-0.181.ebuild b/dev-libs/elfutils/elfutils-0.181.ebuild
index e0947ea4dfd8..83603f15c7b3 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) \