sys-kernel/coreos-kernel: ensure the final systemd is installed

The systemd package from setup_board does not have USE=cryptsetup,
but it gets installed before build_packages, which satisfies the
build-time dependency from the kernel.  The initramfs should have
the cryptsetup files, so explicitly depend on it to order building
the kernel after the final systemd package.
This commit is contained in:
David Michael 2017-05-31 17:45:28 -07:00
parent 56a97775be
commit f2789a8d3c
2 changed files with 1 additions and 1 deletions