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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47D2C1580B9 for ; Fri, 27 Aug 2021 10:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C089E0876; Fri, 27 Aug 2021 10:50:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06BF7E0876 for ; Fri, 27 Aug 2021 10:50:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CD84342BF5 for ; Fri, 27 Aug 2021 10:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 822C145 for ; Fri, 27 Aug 2021 10:50:06 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1630061388.c9c70b481f3ee7813b6c56e7df943dcb01dc360a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/amd64/ profiles/arch/x86/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c9c70b481f3ee7813b6c56e7df943dcb01dc360a X-VCS-Branch: master Date: Fri, 27 Aug 2021 10:50:06 +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: 6884c628-2e03-48ec-a0fd-fedece170711 X-Archives-Hash: 34a37f695dff4b8647857ff496cd9e19 commit: c9c70b481f3ee7813b6c56e7df943dcb01dc360a Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 27 09:39:12 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 27 10:49:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c70b48 profiles/arch: Unmask "echo-cancel" flag for amd64 and x86 Signed-off-by: Lars Wendler gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index df9701cc997..97834c76c19 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Lars Wendler (2021-08-27) +# media-libs/webrtc-audio-processing only has amd64 and x86 keywords +media-video/pipewire -echo-cancel + # James Le Cuirot (2021-08-07) # The ORBlite scanner plugin only works on amd64 and x86. net-print/hplip-plugin -orblite diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 0b6115b7cb9..c3f5bb3fc9d 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Lars Wendler (2021-08-27) +# media-libs/webrtc-audio-processing only has amd64 and x86 keywords +media-video/pipewire -echo-cancel + # Marek Szuba (2021-08-11) # dev-ruby/tty-editor not keyworded here yet (Bug #807685) app-text/htmltidy test