commit: 988c367c5a26f386182e13d54efa956b4fae966a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 18:26:15 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 19:06:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988c367c
media-libs/fdk-aac: limit multilib features (drop doc)
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/fdk-aac/fdk-aac-2.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
index d0bf89ecaab6..26e8b5978db6 100644
--- a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -36,7 +36,7 @@ src_prepare() {
multilib_src_configure() {
local myeconfargs=(
--disable-static
- $(use_enable examples example)
+ $(multilib_native_use_enable examples example)
)
ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
}