Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libraw/
Date: Tue, 30 Aug 2022 19:06:26
Message-Id: 1661886369.c452c063961a13ef4d07f28a8889be52956b62f3.sam@gentoo
1 commit: c452c063961a13ef4d07f28a8889be52956b62f3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:26:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:06:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c452c063
7
8 media-libs/libraw: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libraw/libraw-0.20.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libraw/libraw-0.20.2.ebuild b/media-libs/libraw/libraw-0.20.2.ebuild
16 index e63eb555f37f..087d6fe30077 100644
17 --- a/media-libs/libraw/libraw-0.20.2.ebuild
18 +++ b/media-libs/libraw/libraw-0.20.2.ebuild
19 @@ -46,7 +46,7 @@ multilib_src_configure() {
20 local myeconfargs=(
21 --disable-static
22 --disable-jasper
23 - $(use_enable examples)
24 + $(multilib_native_use_enable examples)
25 $(use_enable jpeg)
26 $(use_enable lcms)
27 $(use_enable openmp)