diff options
author | Sam James <sam@gentoo.org> | 2022-08-30 19:42:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-30 20:06:14 +0100 |
commit | db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08 (patch) | |
tree | 6e24218f58a786b252880fc3c661c9057ba73335 /media-libs/opus | |
parent | media-libs/libtiger: limit multilib features (drop doc) (diff) | |
download | gentoo-db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08.tar.gz gentoo-db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08.tar.bz2 gentoo-db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08.zip |
media-libs/opus: limit multilib features (drop doc)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/opus')
-rw-r--r-- | media-libs/opus/opus-1.3.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opus/opus-1.3.1-r3.ebuild b/media-libs/opus/opus-1.3.1-r3.ebuild index 5f98ec195ab6..591e14778028 100644 --- a/media-libs/opus/opus-1.3.1-r3.ebuild +++ b/media-libs/opus/opus-1.3.1-r3.ebuild @@ -29,7 +29,7 @@ PATCHES=( multilib_src_configure() { local myeconfargs=( $(use_enable custom-modes) - $(use_enable doc) + $(multilib_native_use_enable doc) $(use_enable static-libs static) ) |