diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-08-03 12:50:01 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-08-03 12:53:08 -0400 |
commit | dbda29cd2dc296ccf0e2a92de7001b0f3a0abe3d (patch) | |
tree | 9c2b4f6452e6a22fee8314d4a336e7623838e23d /net-misc/telnet-bsd | |
parent | net-misc/inetutils: add blockers for telnetd (diff) | |
download | gentoo-dbda29cd2dc296ccf0e2a92de7001b0f3a0abe3d.tar.gz gentoo-dbda29cd2dc296ccf0e2a92de7001b0f3a0abe3d.tar.bz2 gentoo-dbda29cd2dc296ccf0e2a92de7001b0f3a0abe3d.zip |
net-misc/telnet-bsd: add blocker net-misc/inetutils
Bug: https://bugs.gentoo.org/927455
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc/telnet-bsd')
-rw-r--r-- | net-misc/telnet-bsd/telnet-bsd-1.2-r5.ebuild (renamed from net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r5.ebuild index 582837e7ab7c..1a89db5b5c43 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" |