Skip to content

Commit

Permalink
media-libs/fdk-aac: limit multilib features (drop doc)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 30, 2022
1 parent 14e698a commit 988c367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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[@]}"
}
Expand Down

0 comments on commit 988c367

Please sign in to comment.