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 0A84B158015 for ; Fri, 29 Dec 2023 00:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A9352BC0DE; Fri, 29 Dec 2023 00:33:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F13E42BC0DE for ; Fri, 29 Dec 2023 00:33:00 +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 3249E340940 for ; Fri, 29 Dec 2023 00:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F12814C3 for ; Fri, 29 Dec 2023 00:32:57 +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: <1703809952.eed70d017679f276483571e55f535f0feab63c8c.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eed70d017679f276483571e55f535f0feab63c8c X-VCS-Branch: master Date: Fri, 29 Dec 2023 00:32:57 +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: 71357b1d-cf82-47bb-9ca7-cdf27df538f1 X-Archives-Hash: 87186a0eebf6ef63b0c5b518d63af04a commit: eed70d017679f276483571e55f535f0feab63c8c Author: Sam James gentoo org> AuthorDate: Fri Dec 29 00:32:32 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 29 00:32:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed70d01 net-misc/netkit-talk: Keyword 0.17-r8 arm64, #920869 Signed-off-by: Sam James gentoo.org> net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1832ecd0e9ab..17f40824b2df 100644 --- a/net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild +++ b/net-misc/netkit-talk/netkit-talk-0.17-r8.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}"/netkit-ntalk-${PV} LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=sys-libs/ncurses-5.2:=" BDEPEND="virtual/pkgconfig"