commit: d6b194fef375f22a75344c227dd01bc61e85454e Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Mar 1 16:44:48 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Mar 1 16:53:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b194fe
net-misc/inetutils: fixup blockers for net-ftp/tftp-hpa Bug: https://bugs.gentoo.org/950438 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> .../inetutils/{inetutils-2.5-r7.ebuild => inetutils-2.5-r8.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-misc/inetutils/inetutils-2.5-r7.ebuild b/net-misc/inetutils/inetutils-2.5-r8.ebuild similarity index 96% rename from net-misc/inetutils/inetutils-2.5-r7.ebuild rename to net-misc/inetutils/inetutils-2.5-r8.ebuild index 2c93c1329fc0..e79137b84624 100644 --- a/net-misc/inetutils/inetutils-2.5-r7.ebuild +++ b/net-misc/inetutils/inetutils-2.5-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,7 +43,8 @@ RDEPEND="${DEPEND} syslogd? ( !app-admin/sysklogd ) telnet? ( !net-misc/telnet-bsd !net-misc/netkit-telnetd ) telnetd? ( !net-misc/telnet-bsd !net-misc/netkit-telnetd ) - tftp? ( !net-ftp/tftp-hpa ) + tftp? ( !net-ftp/tftp-hpa[client(+)] ) + tftpd? ( !net-ftp/tftp-hpa[server(+)] ) whois? ( !net-misc/whois ) ifconfig? ( !sys-apps/net-tools ) traceroute? ( !net-analyzer/traceroute )