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/fdk-aac/
Date: Tue, 30 Aug 2022 19:06:26
Message-Id: 1661886369.988c367c5a26f386182e13d54efa956b4fae966a.sam@gentoo
1 commit: 988c367c5a26f386182e13d54efa956b4fae966a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:26:15 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=988c367c
7
8 media-libs/fdk-aac: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/fdk-aac/fdk-aac-2.0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
16 index d0bf89ecaab6..26e8b5978db6 100644
17 --- a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
18 +++ b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -36,7 +36,7 @@ src_prepare() {
26 multilib_src_configure() {
27 local myeconfargs=(
28 --disable-static
29 - $(use_enable examples example)
30 + $(multilib_native_use_enable examples example)
31 )
32 ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
33 }