From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF5C1158094 for ; Fri, 15 Jul 2022 13:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E692D2BC04E; Fri, 15 Jul 2022 13:26:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF67A2BC04E for ; Fri, 15 Jul 2022 13:26:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BFF9340D94 for ; Fri, 15 Jul 2022 13:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61C854FB for ; Fri, 15 Jul 2022 13:26:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657891351.b0a697f3f516fbc6508a4a9f965a48a3ef0d9644.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild X-VCS-Directories: net-misc/telnet-bsd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b0a697f3f516fbc6508a4a9f965a48a3ef0d9644 X-VCS-Branch: master Date: Fri, 15 Jul 2022 13:26:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c48f9f5c-6dec-4d68-89c7-91cbaac3da39 X-Archives-Hash: 562ed540998ec288b8c873b28ec01d86 commit: b0a697f3f516fbc6508a4a9f965a48a3ef0d9644 Author: Sam James gentoo org> AuthorDate: Fri Jul 15 13:22:31 2022 +0000 Commit: Sam James gentoo 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 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"