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 137651582EF for ; Sat, 01 Mar 2025 16:54:56 +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 E9C60343111 for ; Sat, 01 Mar 2025 16:54:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 272F7110370; Sat, 01 Mar 2025 16:54:49 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1D3F6110370 for ; Sat, 01 Mar 2025 16:54:49 +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 A267D3430D7 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 0925127E1 for ; Sat, 01 Mar 2025 16:54:47 +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: <1740848008.f7a8b240b8fb9d2f16fefdf416b8d2d91eaa93d5.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-talk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild net-misc/netkit-talk/netkit-talk-0.17-r9.ebuild X-VCS-Directories: net-misc/netkit-talk/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f7a8b240b8fb9d2f16fefdf416b8d2d91eaa93d5 X-VCS-Branch: master Date: Sat, 01 Mar 2025 16:54:47 +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: 858861d0-bef1-4437-a7a7-2a67af578ca0 X-Archives-Hash: acdf243551217140521ef3e9b0bf9db0 commit: f7a8b240b8fb9d2f16fefdf416b8d2d91eaa93d5 Author: Mike Gilbert gentoo org> AuthorDate: Sat Mar 1 16:50:26 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Mar 1 16:53:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a8b240 net-misc/netkit-talk: add blocker on net-misc/inetutils Closes: https://bugs.gentoo.org/942885 Signed-off-by: Mike Gilbert gentoo.org> .../{netkit-talk-0.17-r8.ebuild => netkit-talk-0.17-r9.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r9.ebuild similarity index 94% rename from net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild rename to net-misc/netkit-talk/netkit-talk-0.17-r9.ebuild index a2e19a4ed162..5c055ebc1a67 100644 --- a/net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild +++ b/net-misc/netkit-talk/netkit-talk-0.17-r9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,6 +21,7 @@ BDEPEND="virtual/pkgconfig" RDEPEND=" ${DEPEND} virtual/inetd + !net-misc/inetutils[talkd(+)] " PATCHES=(