From dbda29cd2dc296ccf0e2a92de7001b0f3a0abe3d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 3 Aug 2024 12:50:01 -0400 Subject: [PATCH] net-misc/telnet-bsd: add blocker net-misc/inetutils Bug: https://bugs.gentoo.org/927455 Signed-off-by: Mike Gilbert --- .../{telnet-bsd-1.2-r4.ebuild => telnet-bsd-1.2-r5.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename net-misc/telnet-bsd/{telnet-bsd-1.2-r4.ebuild => telnet-bsd-1.2-r5.ebuild} (91%) diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r5.ebuild similarity index 91% rename from net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild rename to net-misc/telnet-bsd/telnet-bsd-1.2-r5.ebuild index 582837e7ab7c8..1a89db5b5c430 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,6 +23,8 @@ RDEPEND=" selinux? ( sec-policy/selinux-telnet ) xinetd? ( sys-apps/xinetd ) !net-misc/netkit-telnetd + !net-misc/inetutils[telnet(-)] + !net-misc/inetutils[telnetd(-)] " BDEPEND="virtual/pkgconfig"