My computer is running an OpenRC profile with -systemd and I've been using a unified kernel image built with uGRD and ukify via installkernel and gentoo-kernel. On syncing today and running a world update I'm being given an error that installkernel is pulling in systemd and everything fails due to use flags not being set. Here's the error:
> sudo emerge -auDNv --with-bdeps=y @world
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 36.56 s (backtrack: 0/20).
emerge: there are no ebuilds built with USE flags to satisfy ">=sys-apps/systemd-256[boot(-),ukify(-)]".
!!! One of the following packages is required to complete your request:
- sys-apps/systemd-257.9::gentoo (Change USE: +boot +ukify)
(dependency required by "sys-kernel/installkernel-64::gentoo[ukify]" [ebuild])
(dependency required by "sys-kernel/gentoo-kernel-6.12.47::gentoo[initramfs]" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Previously systemd-utils was being pulled in for ukify support, have things changed in some way that makes this configuration invalid?