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 66ACC158094 for ; Tue, 30 Aug 2022 19:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A527AE0995; Tue, 30 Aug 2022 19:06:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8BEE3E0995 for ; Tue, 30 Aug 2022 19:06:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C824341262 for ; Tue, 30 Aug 2022 19:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC965CD for ; Tue, 30 Aug 2022 19:06:24 +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: <1661886374.db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opus/opus-1.3.1-r3.ebuild X-VCS-Directories: media-libs/opus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08 X-VCS-Branch: master Date: Tue, 30 Aug 2022 19:06:24 +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: 9b583cd2-5ab2-431a-85ec-0e226381b4d4 X-Archives-Hash: e6015037f46c75c97d428b7e2cc44969 commit: db6d363b3a1cff1ded3d1d5f788c401d9f2ddc08 Author: Sam James gentoo org> AuthorDate: Tue Aug 30 18:42:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 30 19:06:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6d363b media-libs/opus: limit multilib features (drop doc) Signed-off-by: Sam James gentoo.org> media-libs/opus/opus-1.3.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )