Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut-crypt-ssh/
Date: Sat, 24 Mar 2018 12:06:57
Message-Id: 1521893194.ebf0a02b2baa7f056f7723d0719e9aab29397528.mgorny@gentoo
1 commit: ebf0a02b2baa7f056f7723d0719e9aab29397528
2 Author: Christian Baumhof <gentoo <AT> asgar <DOT> de>
3 AuthorDate: Wed Mar 21 23:23:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 12:06:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf0a02b
7
8 sys-kernel/dracut-crypt-ssh: bump to fix RDEPEND
9
10 This package requires the network module of dracut, which in turn
11 requires dhclient, even if used with a static network configuration.
12 Thus the dependency on net-misc/dhclient is unconditional.
13
14 Suggested-by: Marcin Mirosław
15 Closes: https://bugs.gentoo.org/650620
16 Closes: https://github.com/gentoo/gentoo/pull/7545
17 Package-Manager: Portage-2.3.24, Repoman-2.3.6
18
19 ...acut-crypt-ssh-1.0.6.ebuild => dracut-crypt-ssh-1.0.6-r1.ebuild} | 6 +-----
20 1 file changed, 1 insertion(+), 5 deletions(-)
21
22 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
23 similarity index 76%
24 rename from sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild
25 rename to sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild
26 index 9125a04c6f2..9ec7b6fe920 100644
27 --- a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild
28 +++ b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild
29 @@ -14,11 +14,7 @@ IUSE=""
30
31 DEPEND="sys-kernel/dracut"
32 RDEPEND="${DEPEND}
33 + net-misc/dhcp
34 net-misc/dropbear"
35
36 DOCS=("README.md")
37 -
38 -pkg_postinst() {
39 - elog "If you want to use DHCP in the initramfs during boot,"
40 - elog "dracut will require dhclient provided by net-misc/dhcp."
41 -}