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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43709159C9B for ; Sat, 3 Aug 2024 16:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F2AC2BC0B5; Sat, 3 Aug 2024 16:53:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 72F732BC0B5 for ; Sat, 3 Aug 2024 16:53:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7FB16343011 for ; Sat, 3 Aug 2024 16:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21631E7E for ; Sat, 3 Aug 2024 16:53:40 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1722703989.b71454957dca853f5298fe8aa5f2d8d4e61c3058.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild net-misc/netkit-telnetd/netkit-telnetd-0.17-r14.ebuild X-VCS-Directories: net-misc/netkit-telnetd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b71454957dca853f5298fe8aa5f2d8d4e61c3058 X-VCS-Branch: master Date: Sat, 3 Aug 2024 16:53:40 +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: 503a2b87-07e6-4b9b-b9b7-3e1039d9d88f X-Archives-Hash: 8b37c3989aaf7598928cded53a60bf4d commit: b71454957dca853f5298fe8aa5f2d8d4e61c3058 Author: Mike Gilbert gentoo org> AuthorDate: Sat Aug 3 16:51:15 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Aug 3 16:53:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7145495 net-misc/netkit-telnetd: add blocker on net-misc/inetutils Bug: https://bugs.gentoo.org/927455 Signed-off-by: Mike Gilbert gentoo.org> ...{netkit-telnetd-0.17-r13.ebuild => netkit-telnetd-0.17-r14.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r14.ebuild similarity index 94% rename from net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild rename to net-misc/netkit-telnetd/netkit-telnetd-0.17-r14.ebuild index 1cdb22da14b8..e4c30a44260e 100644 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild +++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r14.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" @@ -21,6 +21,8 @@ IUSE="selinux" DEPEND=" >=sys-libs/ncurses-5.2:= !net-misc/telnet-bsd + !net-misc/inetutils[telnet(-)] + !net-misc/inetutils[telnetd(-)] " RDEPEND=" ${DEPEND}