sys-kernel/dracut-crypt-ssh: bump to fix RDEPEND
authorChristian Baumhof <gentoo@asgar.de>
Wed, 21 Mar 2018 23:23:41 +0000 (00:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 24 Mar 2018 12:06:34 +0000 (13:06 +0100)
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

sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild [moved from sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild with 76% similarity]

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 9125a04c6f29c53ad3e8f64958193de19dd3b36d..9ec7b6fe9200d097ec8cbea786560cf73f5ebd70 100644 (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."
-}