commit: 5b5dfbf2547de5a52ec837a76793ef8abadd9bfa Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Thu Feb 24 23:28:56 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Thu Feb 24 23:28:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5dfbf2
profiles: Mask loongson and qemu-mips GRUB platforms everywhere but MIPS Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/mips/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 08d4b04814e9..42238fbf4d8f 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (2022-02-24) +# These GRUB platforms are only for MIPS. +sys-boot/grub grub_platforms_loongson grub_platforms_qemu-mips + # Sam James <[email protected]> (2021-11-15) # Only available on PPC*. sys-apps/util-linux rtas diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 67d60f06c16b..6dae04813fb1 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (2022-02-24) +# These GRUB platforms are only for MIPS. +sys-boot/grub -grub_platforms_loongson -grub_platforms_qemu-mips + # Adel Kara Slimane <[email protected]> (2022-01-17) # Mask AMF keyword on non-amd64 arches # It is unusable, for now, in other arches
