commit: 8e23288a8fd00d0a2bda462cb6463d8c1d6ca892 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Jan 16 08:59:53 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Jan 16 08:59:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e23288a
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 <AT> gentoo.org> eclass/kernel-install.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) )
