commit: 82213a79d3966a75b1e4282d113656d44d9de636 Author: Tobias Klaus <tk <AT> meskal <DOT> net> AuthorDate: Tue Jan 27 22:11:53 2026 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Jan 30 10:45:10 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82213a79
sys-kernel/dracut-crypt-ssh: bump to fix rdepend * client useflag is needed for net-misc/dhcp to install dhclient, which is needed for network-legacy dracut module. * net-misc/dhcpcd isn't used by any dracut network module. * net-misc/netifrc isn't used by any of the dracut network modules, but it pulls in a dependency of either net-misc/dhcp[client] which will result in a working dracut networking-legacy module or net-misc/dhcpcd, which will not. Signed-off-by: Tobias Klaus <tk <AT> meskal.net> Closes: https://github.com/gentoo/gentoo/pull/45546 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> ...t-crypt-ssh-1.0.8-r1.ebuild => dracut-crypt-ssh-1.0.8-r2.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r1.ebuild b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r2.ebuild similarity index 89% rename from sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r1.ebuild rename to sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r2.ebuild index a23395d222fc..d152d3f9ae3b 100644 --- a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r1.ebuild +++ b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,9 +17,7 @@ DEPEND="sys-kernel/dracut" RDEPEND="${DEPEND} || ( net-misc/connman - net-misc/dhcp - net-misc/dhcpcd - net-misc/netifrc + net-misc/dhcp[client] net-misc/networkmanager sys-apps/systemd )
