commit: c898d08408b4799dc42ac7708f3cb68a080c5b7a Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Jan 13 07:40:39 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Jan 13 07:40:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c898d084
profiles/arch: mask installkernel[grub] where there is no grub Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/loong/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ profiles/arch/riscv/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index d4342c7d883c..e150a87519db 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # Michał Górny <[email protected]> (2023-12-31) # Requires dev-libs/level-zero. dev-lang/ispc -gpu diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 43c53495a4f5..4cfb9679833c 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # Marek Szuba <[email protected]> (2023-12-05) # Needs USE=video_cards_amdgpu, currently masked on this arch >=sys-apps/fwupd-1.9.10 amdgpu diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index f81227a0ad83..edb30fee4c2a 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # Andrew Ammerlaan <[email protected]> (2023-12-18) # Experimental and only available on a subset of architectures sys-kernel/gentoo-kernel -generic-uki diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index d7c804f7b184..62e83683950a 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel grub + # Michał Górny <[email protected]> (2023-12-31) # Requires dev-libs/level-zero. dev-lang/ispc gpu diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 601ed1930ae3..daed8ca56645 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # Sam James <[email protected]> (2024-01-02) # dev-libs/capstone not keyworded here dev-lang/php capstone diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index c4927819cfed..def60658c249 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # WANG Xuerui <[email protected]> (2024-01-09) # PCRE2 upstream has gained JIT support on loong since 10.43. <dev-libs/libpcre2-10.43_rc1 jit diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 4dfbad342a3d..9b2232a1a046 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # matoro <[email protected]> (2023-12-19) # JIT not supported here (#909826) dev-scheme/racket chez futures jit diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index c40de70a3264..742b8eae3979 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # Leonardo Hernández Hernández <[email protected]> (2023-11-22) # media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff) # are only available for amd64 and riscv diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index ceb5f2b226ee..691574997f60 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # Jaco Kroon <[email protected]> (2024-01-09) # net-libs/pjproject[srtp] and net-misc/asterisk[srtp] depends on # net-libs/libsrtp which is -sparc. diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 2ecea2704d65..4abd90fec08e 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-13) +# Unmask only where grub is keyworded +sys-kernel/installkernel -grub + # Ionen Wolkens <[email protected]> (2023-10-09) # media-libs/shaderc is keyworded here. media-libs/libplacebo -shaderc
