commit: 499f802312afac7c770de4d1c6ca340a4307b2f3 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 16:55:17 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 19:21:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499f8023
profiles: www-client/firefox[eme-free] is only supported on amd64/x86 Closes: https://bugs.gentoo.org/684674 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, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 6742c891535..518777b88bb 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-03-11) +# Encrypted Media Extensions (eme-free) can be disabled on amd64 +www-client/firefox -eme-free + # Mart Raudsepp <[email protected]> (2020-03-01) # dev-util/sysprof-capture is keyworded on amd64 x11-wm/mutter -sysprof diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index caf8b39b5dd..907b4a58775 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-03-11) +# Encrypted Media Extensions (eme-free) can be disabled on x86 +www-client/firefox -eme-free + # Mart Raudsepp <[email protected]> (2020-03-01) # dev-util/sysprof-capture is keyworded on x86 x11-wm/mutter -sysprof diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 05e23f97d8d..b83a7fe6814 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Thomas Deutschmann <[email protected]> (2020-03-11) +# Encrypted Media Extensions (eme-free) can't be disabled everywhere +www-client/firefox eme-free + # Michał Górny <[email protected]> (2020-03-03) # Tests require py2 sleekxmpp and they are restricted anyway. net-im/spectrum2 test
