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/opus/
Date: Tue, 30 Aug 2022 19:06:29
Message-Id: 1661886374.db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08.sam@gentoo
1 commit: db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:42:01 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:06:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6d363b
7
8 media-libs/opus: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/opus/opus-1.3.1-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/opus/opus-1.3.1-r3.ebuild b/media-libs/opus/opus-1.3.1-r3.ebuild
16 index 5f98ec195ab6..591e14778028 100644
17 --- a/media-libs/opus/opus-1.3.1-r3.ebuild
18 +++ b/media-libs/opus/opus-1.3.1-r3.ebuild
19 @@ -29,7 +29,7 @@ PATCHES=(
20 multilib_src_configure() {
21 local myeconfargs=(
22 $(use_enable custom-modes)
23 - $(use_enable doc)
24 + $(multilib_native_use_enable doc)
25 $(use_enable static-libs static)
26 )