commit: ebf0a02b2baa7f056f7723d0719e9aab29397528 Author: Christian Baumhof <gentoo <AT> asgar <DOT> de> AuthorDate: Wed Mar 21 23:23:41 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 24 12:06:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf0a02b
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 ...acut-crypt-ssh-1.0.6.ebuild => dracut-crypt-ssh-1.0.6-r1.ebuild} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild similarity index 76% rename from sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild rename to sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild index 9125a04c6f2..9ec7b6fe920 100644 --- a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild +++ b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild @@ -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." -}
