diff options
author | Sam James <sam@gentoo.org> | 2022-08-30 19:29:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-30 20:06:10 +0100 |
commit | 6b62b1d13e6a38f218666e5145d0896b9becfaea (patch) | |
tree | 3f041d379d0d2e74e64ddcda49f4ce493a918a31 /media-libs | |
parent | media-libs/vo-aacenc: limit multilib features (drop doc) (diff) | |
download | gentoo-6b62b1d13e6a38f218666e5145d0896b9becfaea.tar.gz gentoo-6b62b1d13e6a38f218666e5145d0896b9becfaea.tar.bz2 gentoo-6b62b1d13e6a38f218666e5145d0896b9becfaea.zip |
media-libs/vo-amrwbenc: limit multilib features (drop doc)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 4 | ||||
-rw-r--r-- | media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild index ca88689655a2..1a89226c873e 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.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 @@ -27,7 +27,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - $(use_enable examples example) \ + $(multilib_native_use_enable examples example) \ $(use_enable static-libs static) } diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild index df26e3f268ee..b6e61b7d5807 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - $(use_enable examples example) \ + $(multilib_native_use_enable examples example) \ $(use_enable static-libs static) } |