summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-30 19:26:15 +0100
committerSam James <sam@gentoo.org>2022-08-30 20:06:09 +0100
commit988c367c5a26f386182e13d54efa956b4fae966a (patch)
treea09cb19308269dbf632d5499a8bca9fa2e0048cb /media-libs
parentapp-misc/liquidctl: new package, add 1.10.0, moved from ::guru (diff)
downloadgentoo-988c367c5a26f386182e13d54efa956b4fae966a.tar.gz
gentoo-988c367c5a26f386182e13d54efa956b4fae966a.tar.bz2
gentoo-988c367c5a26f386182e13d54efa956b4fae966a.zip
media-libs/fdk-aac: limit multilib features (drop doc)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/fdk-aac/fdk-aac-2.0.2.ebuild4
1 files 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[@]}"
}