commit: 46c4f8e5d1c31c2e3053fda19eea9260cc5cef15 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Aug 2 23:57:44 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Aug 2 23:59:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c4f8e5
profiles: Allow sys-kernel/linux-firmware[initramfs] only where supported 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 4cab4ec782a..f339e0fa602 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]> (2019-08-03) +# Early microcode loading is supported on amd64 +sys-kernel/linux-firmware -initramfs + # Lars Wendler <[email protected]> (2019-07-26) # dev-libs/gumbo is keyworded on amd64 mail-client/claws-mail -litehtml diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index e2d885cbb7b..e2976b7f3f6 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Thomas Deutschmann <[email protected]> (2019-08-03) +# Early microcode loading is supported on x86 +sys-kernel/linux-firmware -initramfs + # Lars Wendler <[email protected]> (2019-07-26) # dev-libs/gumbo is keyworded on x86 mail-client/claws-mail -litehtml diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f1a5693fc8d..21f1dc8bcf8 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,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]> (2019-08-03) +# Early microcode loading is only supported on amd64 & x86 +sys-kernel/linux-firmware initramfs + # Lars Wendler <[email protected]> (2019-07-26) # Requires dev-libs/gumbo which is only keyworded for amd64 and x86 mail-client/claws-mail litehtml
