commit: 6b62b1d13e6a38f218666e5145d0896b9becfaea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 18:29:25 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 19:06:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b62b1d1
media-libs/vo-amrwbenc: limit multilib features (drop doc)
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 4 ++--
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)
}