Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/
Date: Wed, 09 Sep 2020 07:18:48
Message-Id: 1599635920.d0cb14543006ec492240a2408676e95a13a7f8d7.slyfox@gentoo
1 commit: d0cb14543006ec492240a2408676e95a13a7f8d7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 07:18:28 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:18:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cb1454
7
8 dev-libs/elfutils: unconditionally disable debuginfod client
9
10 We don't package debuginfod server yet. Let's avoid client as well.
11
12 Reported-by: Lars Wendler (Polynomial-C)
13 Closes: https://bugs.gentoo.org/741350
14 Package-Manager: Portage-3.0.6, Repoman-3.0.1
15 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
16
17 dev-libs/elfutils/elfutils-0.181.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/dev-libs/elfutils/elfutils-0.181.ebuild b/dev-libs/elfutils/elfutils-0.181.ebuild
21 index e0947ea4dfd..83603f15c7b 100644
22 --- a/dev-libs/elfutils/elfutils-0.181.ebuild
23 +++ b/dev-libs/elfutils/elfutils-0.181.ebuild
24 @@ -61,6 +61,7 @@ multilib_src_configure() {
25 $(use_enable threads thread-safety) \
26 $(use_enable valgrind) \
27 --disable-debuginfod \
28 + --disable-libdebuginfod \
29 --program-prefix="eu-" \
30 --with-zlib \
31 $(use_with bzip2 bzlib) \