sys-kernel/dracut-crypt-ssh: bump to fix RDEPEND

This package requires the network module of dracut, which in turn
requires dhclient, even if used with a static network configuration.
Thus the dependency on net-misc/dhclient is unconditional.

Suggested-by: Marcin Mirosław
Closes: https://bugs.gentoo.org/650620
Closes: https://github.com/gentoo/gentoo/pull/7545
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Christian Baumhof
2018-03-22 00:23:41 +01:00
committed by Michał Górny
parent af9f382370
commit ebf0a02b2b

View File

@@ -14,11 +14,7 @@ IUSE=""
DEPEND="sys-kernel/dracut"
RDEPEND="${DEPEND}
net-misc/dhcp
net-misc/dropbear"
DOCS=("README.md")
pkg_postinst() {
elog "If you want to use DHCP in the initramfs during boot,"
elog "dracut will require dhclient provided by net-misc/dhcp."
}