commit: 9b2a8dfad1fbd18fae44e63540e578630db85655 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Jan 16 14:07:11 2026 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Jan 16 18:32:34 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2a8dfa
sys-apps/systemd-utils: dont install dummy install.conf systemd-utils-259[kernel-install] started to install install.conf causing a conflict with installkernel[kernel-install]. Closes: https://bugs.gentoo.org/968856 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45401 Closes: https://github.com/gentoo/gentoo/pull/45401 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> .../{systemd-utils-259-r1.ebuild => systemd-utils-259-r2.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/systemd-utils/systemd-utils-259-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-259-r2.ebuild similarity index 98% rename from sys-apps/systemd-utils/systemd-utils-259-r1.ebuild rename to sys-apps/systemd-utils/systemd-utils-259-r2.ebuild index baffbae6600f..e747487ea604 100644 --- a/sys-apps/systemd-utils/systemd-utils-259-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-259-r2.ebuild @@ -336,6 +336,9 @@ multilib_src_install_all() { if use kernel-install; then dobashcomp shell-completion/bash/kernel-install dozshcomp shell-completion/zsh/_kernel-install + + # Dummy config, remove to make room for sys-kernel/installkernel + rm "${ED}/usr/lib/kernel/install.conf" || die fi if use tmpfiles; then
