commit: b0a697f3f516fbc6508a4a9f965a48a3ef0d9644
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 13:22:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 13:22:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a697f3
net-misc/telnet-bsd: fix RDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../telnet-bsd/{telnet-bsd-1.2-r3.ebuild => telnet-bsd-1.2-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
similarity index 96%
rename from net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
rename to net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index db4c5fe6c4dc..890dc085eabe 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -14,12 +14,12 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="nls xinetd"
-RDEPEND="
+DEPEND="
sys-libs/ncurses:=
!net-misc/netkit-telnetd
"
RDEPEND="${DEPEND}
- xinetd? ( sys-apps/xinetd )
+ xinetd? ( sys-apps/xinetd )
!net-misc/netkit-telnetd
"
BDEPEND="virtual/pkgconfig"