commit: ae2b005c8ca979ae9206deb04903e1717eead108 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Jun 15 07:35:03 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Jun 15 07:36:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2b005c
sys-apps/systemd: add blocker on <sys-kernel/dracut-044 Earlier versions of dracut do not include initrd-root-device.target in the initramfs image. Bug: https://bugs.gentoo.org/585980 Package-Manager: portage-2.3.0_rc1_p20 sys-apps/systemd/{systemd-230-r1.ebuild => systemd-230-r2.ebuild} | 1 + sys-apps/systemd/systemd-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/systemd/systemd-230-r1.ebuild b/sys-apps/systemd/systemd-230-r2.ebuild similarity index 99% rename from sys-apps/systemd/systemd-230-r1.ebuild rename to sys-apps/systemd/systemd-230-r2.ebuild index 1048005..ba272c4 100644 --- a/sys-apps/systemd/systemd-230-r1.ebuild +++ b/sys-apps/systemd/systemd-230-r2.ebuild @@ -70,6 +70,7 @@ RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) !sys-auth/nss-myhostname + !<sys-kernel/dracut-044 !sys-fs/eudev !sys-fs/udev" diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 82e4aba..a470187 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -69,6 +69,7 @@ RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) !sys-auth/nss-myhostname + !<sys-kernel/dracut-044 !sys-fs/eudev !sys-fs/udev"
