commit: 414036afb81eaaee40ba564af517b038a9166061 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Jul 27 14:09:11 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Jul 27 14:23:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414036af
profiles: Allow www-client/firefox[screencast] on amd64/x86 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c1a68a85237..c20334383b9 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <[email protected]> (2020-07-27) +# media-video/pipewire:0/0.3 is available for amd64 +www-client/firefox -screencast + # Sam James <[email protected]> (2020-07-03) # Rust is available here # Bug #728558 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 91dff633326..beda37699c8 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <[email protected]> (2020-07-27) +# media-video/pipewire:0/0.3 is available for x86 +www-client/firefox -screencast + # Sergei Trofimovich <[email protected]> (2020-07-11) # net-libs/libslirp is not yet keyworded on x86, bug #732144 app-emulation/qemu slirp diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index cfc88ec6167..e801395546b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -45,8 +45,8 @@ dev-python/autobahn xbr # Requires vulnerable dev-python/pillow version. sci-libs/scipy python_targets_python2_7 -# Thomas Deutschmann <[email protected]> (2020-07-09) -# media-video/pipewire:0/0.3 is currently masked +# Thomas Deutschmann <[email protected]> (2020-07-27) +# media-video/pipewire:0/0.3 is only available for certain architectures www-client/firefox screencast # Mart Raudsepp <[email protected]> (2020-06-28)
