Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/
Date: Tue, 30 Aug 2022 19:06:27
Message-Id: 1661886371.2d2ec49c8475f6dd43e9965b8976dc5e44def716.sam@gentoo
1 commit: 2d2ec49c8475f6dd43e9965b8976dc5e44def716
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:31:03 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:06:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2ec49c
7
8 sys-libs/libunwind: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/libunwind/libunwind-1.6.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
16 index d513147411bd..229f8e058a3b 100644
17 --- a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
18 +++ b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
19 @@ -84,7 +84,7 @@ multilib_src_configure() {
20 --enable-ptrace
21 --enable-setjmp
22 $(use_enable debug-frame)
23 - $(use_enable doc documentation)
24 + $(multilib_native_use_enable doc documentation)
25 $(use_enable lzma minidebuginfo)
26 $(use_enable static-libs static)
27 $(use_enable zlib zlibdebuginfo)