summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Baumhof <gentoo@asgar.de>2018-03-22 00:23:41 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-24 13:06:34 +0100
commitebf0a02b2baa7f056f7723d0719e9aab29397528 (patch)
treeadb93923fd44399ea1232ef24cc81a90e141c58c /sys-kernel/dracut-crypt-ssh
parentmedia-gfx/blender: use HTTPS (diff)
downloadgentoo-ebf0a02b2baa7f056f7723d0719e9aab29397528.tar.gz
gentoo-ebf0a02b2baa7f056f7723d0719e9aab29397528.tar.bz2
gentoo-ebf0a02b2baa7f056f7723d0719e9aab29397528.zip
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
Diffstat (limited to 'sys-kernel/dracut-crypt-ssh')
-rw-r--r--sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild (renamed from sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild)6
1 files changed, 1 insertions, 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
index 9125a04c6f29..9ec7b6fe9200 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."
-}