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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B04AE1581EC for ; Sat, 23 Nov 2024 12:24:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80558E0894; Sat, 23 Nov 2024 12:24:21 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 52E4BE0891 for ; Sat, 23 Nov 2024 12:24:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FC47335D21 for ; Sat, 23 Nov 2024 12:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D394E2145 for ; Sat, 23 Nov 2024 12:24:16 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1732364643.57627d003064a40c2e3b1362f278546cda546c45.arthurzam@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 X-VCS-Directories: net-misc/netkit-talk/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 57627d003064a40c2e3b1362f278546cda546c45 X-VCS-Branch: master Date: Sat, 23 Nov 2024 12:24:16 +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: 0b900d40-bf09-4bbd-a164-e4a538971444 X-Archives-Hash: 5776892ef03794b7d7f8f558990bf57d commit: 57627d003064a40c2e3b1362f278546cda546c45 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 23 12:24:03 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 23 12:24:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57627d00 net-misc/netkit-talk: Stabilize 0.17-r8 sparc, #944567 Signed-off-by: Arthur Zamarin gentoo.org> net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild index c8e3cead188d..249fe078abdb 100644 --- a/net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild +++ b/net-misc/netkit-talk/netkit-talk-0.17-r8.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 @@ -14,7 +14,7 @@ S="${WORKDIR}"/netkit-ntalk-${PV} LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 sparc ~x86" DEPEND=">=sys-libs/ncurses-5.2:=" BDEPEND="virtual/pkgconfig"