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 05D83158095 for ; Thu, 1 Sep 2022 02:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4560DE09E5; Thu, 1 Sep 2022 02:22:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 30C88E09E5 for ; Thu, 1 Sep 2022 02:22:56 +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 5A651340DE5 for ; Thu, 1 Sep 2022 02:22:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5F21596 for ; Thu, 1 Sep 2022 02:22:53 +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: <1661998963.d01b9fd7db93a28e7fc5ade8a498b86e4679ec64.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/neochat/neochat-22.06.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d01b9fd7db93a28e7fc5ade8a498b86e4679ec64 X-VCS-Branch: master Date: Thu, 1 Sep 2022 02:22:53 +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: 8faa52db-022a-4158-bcb9-dea35ff994e0 X-Archives-Hash: 3c73b83a63e31207f8fdb9feac20d321 commit: d01b9fd7db93a28e7fc5ade8a498b86e4679ec64 Author: Sam James gentoo org> AuthorDate: Thu Sep 1 02:22:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 1 02:22:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01b9fd7 net-im/neochat: Keyword 22.06 arm64, #857270 Signed-off-by: Sam James gentoo.org> net-im/neochat/neochat-22.06.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/neochat/neochat-22.06.ebuild b/net-im/neochat/neochat-22.06.ebuild index 82c85a0163c7..75af865040e0 100644 --- a/net-im/neochat/neochat-22.06.ebuild +++ b/net-im/neochat/neochat-22.06.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Client for Matrix, the decentralized communication protocol" HOMEPAGE="https://apps.kde.org/neochat/" if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="GPL-3"