From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 969FC158094 for ; Tue, 30 Aug 2022 19:06:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A820E095F; Tue, 30 Aug 2022 19:06:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71C9EE0950 for ; Tue, 30 Aug 2022 19:06:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C3B7341255 for ; Tue, 30 Aug 2022 19:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 349A05B1 for ; Tue, 30 Aug 2022 19:06:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661886370.6b62b1d13e6a38f218666e5145d0896b9becfaea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vo-amrwbenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild X-VCS-Directories: media-libs/vo-amrwbenc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b62b1d13e6a38f218666e5145d0896b9becfaea X-VCS-Branch: master Date: Tue, 30 Aug 2022 19:06:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1c86224-4275-499a-85d6-80e70972f462 X-Archives-Hash: b3b78fd327431a5167426cc2a074d937 commit: 6b62b1d13e6a38f218666e5145d0896b9becfaea Author: Sam James gentoo org> AuthorDate: Tue Aug 30 18:29:25 2022 +0000 Commit: Sam James gentoo 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 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) }