summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-01-12 21:30:07 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-01-12 21:30:07 +0100
commitbdb8aeba6fabfd4695add019170706afb805b432 (patch)
treea66c7a3315ae32e967603e960dcc48ee65d8e1a0 /profiles/arch
parentsys-kernel/installkernel-systemd: depend on installkernel[systemd] (diff)
downloadgentoo-bdb8aeba6fabfd4695add019170706afb805b432.tar.gz
gentoo-bdb8aeba6fabfd4695add019170706afb805b432.tar.bz2
gentoo-bdb8aeba6fabfd4695add019170706afb805b432.zip
sys-kernel/installkernel: explicitly pull in plugin rdeps
Too many people have complained this is confusing. The original to do it this way was because the grub flag does it this way. Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/amd64/package.use.mask1
-rw-r--r--profiles/arch/arm/package.use.mask1
-rw-r--r--profiles/arch/arm64/package.use.mask3
-rw-r--r--profiles/arch/base/package.use.mask1
-rw-r--r--profiles/arch/loong/package.use.mask1
-rw-r--r--profiles/arch/riscv/package.use.mask1
-rw-r--r--profiles/arch/s390/package.use.mask4
-rw-r--r--profiles/arch/x86/package.use.mask1
8 files changed, 12 insertions, 1 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index e29940c01844..d4342c7d883c 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -398,6 +398,7 @@ sys-boot/grub:2 -grub_platforms_xen-32
# sd-boot is not supported on all archs.
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
+sys-kernel/installkernel -ukify
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
# media-libs/libbdplus is keyworded on amd64, so unmask the useflag
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index 97cd804fbc99..43c53495a4f5 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -139,6 +139,7 @@ net-im/prosody selinux
# bug #729720
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
+sys-kernel/installkernel -ukify
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
# Dependency not keyworded on this arch.
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 11f13e8431bc..f81227a0ad83 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-12-18)
@@ -167,6 +167,7 @@ media-sound/bluez-alsa man
# bug #729720
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
+sys-kernel/installkernel -ukify
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
# Dependency not keyworded on this arch.
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 7d3c676a98fb..d7c804f7b184 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -369,6 +369,7 @@ net-misc/moonlight mmal
# sd-boot and ukify are not supported on all archs.
sys-apps/systemd boot gnuefi ukify
sys-apps/systemd-utils boot ukify
+sys-kernel/installkernel ukify
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
# Mask bdplus support and unmask on arches where libbdplus is keyworded.
diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask
index 44dc74f4cdd8..c4927819cfed 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -111,6 +111,7 @@ app-accessibility/at-spi2-core dbus-broker
# Newer sd-boot does not use gnuefi.
>=sys-apps/systemd-254 -boot -ukify
>=sys-apps/systemd-utils-254 -boot -ukify
+sys-kernel/installkernel -ukify
# WANG Xuerui <xen0n@gentoo.org> (2023-04-16)
# dev-python/pyopengl fails tests
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index 91d340e233d9..c40de70a3264 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -34,6 +34,7 @@ media-video/mpv lua_single_target_luajit -lua_single_target_lua5-1
# sd-boot should work here.
sys-apps/systemd -boot -boot -ukify
sys-apps/systemd-utils -boot -ukify
+sys-kernel/installkernel -ukify
# Sam James <sam@gentoo.org> (2023-05-10)
# sys-cluster/ceph not keyworded here
diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask
index eea643e25034..cc653abdeb60 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/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 <andrewammerlaan@gentoo.org> (2024-01-12)
+# dracut is not keyworded here
+sys-kernel/installkernel dracut
+
# Sam James <sam@gentoo.org> (2024-01-02)
# dev-libs/capstone not keyworded here
dev-lang/php capstone
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index c830edbb21f8..2ecea2704d65 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -382,6 +382,7 @@ app-emulation/libvirt xen
# sys-boot/gnu-efi is not supported on all archs.
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
+sys-kernel/installkernel -ukify
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
# media-libs/libbdplus is keyworded on x86, so unmask the useflag