From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA7831582EF for ; Sat, 01 Mar 2025 16:54:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D184D3430ED for ; Sat, 01 Mar 2025 16:54:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EDC9F1102D2; Sat, 01 Mar 2025 16:54:48 +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 bobolink.gentoo.org (Postfix) with ESMTPS id DBF881102D2 for ; Sat, 01 Mar 2025 16:54:48 +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 941613430D2 for ; Sat, 01 Mar 2025 16:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9D722731 for ; Sat, 01 Mar 2025 16:54:46 +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: <1740848007.a6f8dde0cc00ae5cd85b49b9ba610a514a823fd1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/inetutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/inetutils/inetutils-2.5-r8.ebuild net-misc/inetutils/inetutils-2.5-r9.ebuild X-VCS-Directories: net-misc/inetutils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a6f8dde0cc00ae5cd85b49b9ba610a514a823fd1 X-VCS-Branch: master Date: Sat, 01 Mar 2025 16:54:46 +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: 2e323a1f-4771-4946-b67b-104cd37c0595 X-Archives-Hash: 94697eb0bcff15ee79d6f108a1be5962 commit: a6f8dde0cc00ae5cd85b49b9ba610a514a823fd1 Author: Mike Gilbert gentoo org> AuthorDate: Sat Mar 1 16:49:10 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Mar 1 16:53:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f8dde0 net-misc/inetutils: add blocker on net-misc/netkit-talk Bug: https://bugs.gentoo.org/942885 Signed-off-by: Mike Gilbert gentoo.org> net-misc/inetutils/{inetutils-2.5-r8.ebuild => inetutils-2.5-r9.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/inetutils/inetutils-2.5-r8.ebuild b/net-misc/inetutils/inetutils-2.5-r9.ebuild similarity index 99% rename from net-misc/inetutils/inetutils-2.5-r8.ebuild rename to net-misc/inetutils/inetutils-2.5-r9.ebuild index e79137b84624..59ce5856d6d2 100644 --- a/net-misc/inetutils/inetutils-2.5-r8.ebuild +++ b/net-misc/inetutils/inetutils-2.5-r9.ebuild @@ -41,6 +41,7 @@ RDEPEND="${DEPEND} rsh? ( !net-misc/netkit-rsh ) logger? ( !sys-apps/util-linux[logger(+)] ) syslogd? ( !app-admin/sysklogd ) + talkd? ( !net-misc/netkit-talk ) telnet? ( !net-misc/telnet-bsd !net-misc/netkit-telnetd ) telnetd? ( !net-misc/telnet-bsd !net-misc/netkit-telnetd ) tftp? ( !net-ftp/tftp-hpa[client(+)] )