commit: c9c70b481f3ee7813b6c56e7df943dcb01dc360a Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Aug 27 09:39:12 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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 <[email protected]> (2021-08-27) +# media-libs/webrtc-audio-processing only has amd64 and x86 keywords +media-video/pipewire -echo-cancel + # James Le Cuirot <[email protected]> (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 <[email protected]> (2021-08-27) +# media-libs/webrtc-audio-processing only has amd64 and x86 keywords +media-video/pipewire -echo-cancel + # Marek Szuba <[email protected]> (2021-08-11) # dev-ruby/tty-editor not keyworded here yet (Bug #807685) app-text/htmltidy test
