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 88A8D15806E for ; Tue, 30 May 2023 11:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3D09E09C1; Tue, 30 May 2023 11:43:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B78FE09C1 for ; Tue, 30 May 2023 11:43:06 +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 5D428340DC3 for ; Tue, 30 May 2023 11:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F855A67 for ; Tue, 30 May 2023 11:43:03 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1685446961.6ff66cf95b28a6f0bc3d347a12768b4661942daf.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/tcsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/tcsh/tcsh-6.24.01-r1.ebuild X-VCS-Directories: app-shells/tcsh/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 6ff66cf95b28a6f0bc3d347a12768b4661942daf X-VCS-Branch: master Date: Tue, 30 May 2023 11:43:03 +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: cfd1295a-59f8-4b01-8273-f7873aa941d9 X-Archives-Hash: f3900cd34849b3b98873dc9ce56a70bc commit: 6ff66cf95b28a6f0bc3d347a12768b4661942daf Author: Fabian Groffen gentoo org> AuthorDate: Tue May 30 11:42:41 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 30 11:42:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff66cf9 app-shells/tcsh-6.24.01-r1: keyword ~arm64-macos Signed-off-by: Fabian Groffen gentoo.org> app-shells/tcsh/tcsh-6.24.01-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/tcsh/tcsh-6.24.01-r1.ebuild b/app-shells/tcsh/tcsh-6.24.01-r1.ebuild index 13ff39700508..e50e0201ae7f 100644 --- a/app-shells/tcsh/tcsh-6.24.01-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.24.01-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="nls doc" RESTRICT="test"