From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1650888-garchives=archives.gentoo.org@lists.gentoo.org>
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 594FB1581C1
	for <garchives@archives.gentoo.org>; Mon,  8 Jul 2024 00:48:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F3BCD2BC02F;
	Mon,  8 Jul 2024 00:48:27 +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 D66392BC02F
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jul 2024 00:48:27 +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 DCAD0343003
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jul 2024 00:48:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 768181DF5
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jul 2024 00:48:25 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1720399689.fea6b6f27f8c431455a696f1dd1c503e7a271972.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-irc/weechat/weechat-4.2.3.ebuild
X-VCS-Directories: net-irc/weechat/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: fea6b6f27f8c431455a696f1dd1c503e7a271972
X-VCS-Branch: master
Date: Mon,  8 Jul 2024 00:48:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bd96ea27-86d5-4209-a077-91d1867169b8
X-Archives-Hash: 18af88562a4b11fbc53d445e27e6c0a3

commit:     fea6b6f27f8c431455a696f1dd1c503e7a271972
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 00:48:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 00:48:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea6b6f2

net-irc/weechat: Stabilize 4.2.3 arm64, #935715

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/weechat/weechat-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/weechat/weechat-4.2.3.ebuild b/net-irc/weechat/weechat-4.2.3.ebuild
index 8ff5b2167d65..a31cb897462a 100644
--- a/net-irc/weechat/weechat-4.2.3.ebuild
+++ b/net-irc/weechat/weechat-4.2.3.ebuild
@@ -17,7 +17,7 @@ else
 		verify-sig? ( https://weechat.org/files/src/${P}.tar.xz.asc )"
 	VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/weechat.org.asc
 	BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-weechat )"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+	KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"