From 6b62b1d13e6a38f218666e5145d0896b9becfaea Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 30 Aug 2022 19:29:25 +0100 Subject: media-libs/vo-amrwbenc: limit multilib features (drop doc) Signed-off-by: Sam James --- 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(-) (limited to 'media-libs') 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) } -- cgit v1.2.3-65-gdbad