summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-01-16 09:59:53 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-01-16 09:59:53 +0100
commit8e23288a8fd00d0a2bda462cb6463d8c1d6ca892 (patch)
tree108aaf68c349bd2f801a43d7f0bf70563799f33b /eclass/kernel-install.eclass
parentmedia-libs/hamlib: drop 4.5.5 (diff)
downloadgentoo-8e23288a8fd00d0a2bda462cb6463d8c1d6ca892.tar.gz
gentoo-8e23288a8fd00d0a2bda462cb6463d8c1d6ca892.tar.bz2
gentoo-8e23288a8fd00d0a2bda462cb6463d8c1d6ca892.zip
kernel-install.eclass: USE=generic-uki drop requirement for installkernel[uki]
it is not strictly necessary, i.e. we might also want to just use the generic initrd. Or install the uki in the grub layout. But more importantly this requirement creates a bit of an unfortunate conflict in binpkg-docker that would otherwise have to be resolved with manual overrides of install.conf. See-also: https://github.com/projg2/binpkg-docker/pull/7 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'eclass/kernel-install.eclass')
-rw-r--r--eclass/kernel-install.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index 5a98446b12ee..9ab96628b5e4 100644
--- a/eclass/kernel-install.eclass
+++ b/eclass/kernel-install.eclass
@@ -200,7 +200,7 @@ if [[ ${KERNEL_IUSE_GENERIC_UKI} ]]; then
IDEPEND="
generic-uki? (
|| (
- >=sys-kernel/installkernel-8[-dracut(-),-ukify(-),uki(-)]
+ >=sys-kernel/installkernel-8[-dracut(-),-ukify(-)]
>=sys-kernel/installkernel-systemd-3
)
)