From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1559201-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6B905158089
	for <garchives@archives.gentoo.org>; Mon,  2 Oct 2023 10:14:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A78A52BC048;
	Mon,  2 Oct 2023 10:14:04 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 921DF2BC048
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Oct 2023 10:14:04 +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 BFBC2335C7A
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Oct 2023 10:14:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D430926
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Oct 2023 10:14:02 +0000 (UTC)
From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org>
Message-ID: <1696241629.4bd85cb262898e2e18e35752bde04bb24b7cde11.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/cbindgen/cbindgen-0.25.0.ebuild
X-VCS-Directories: dev-util/cbindgen/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: 4bd85cb262898e2e18e35752bde04bb24b7cde11
X-VCS-Branch: master
Date: Mon,  2 Oct 2023 10:14:02 +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: 03cb7e34-4b25-41c1-87cd-78b27251b066
X-Archives-Hash: 42be95e22da9fa4cb62ff4b5da31aa9d

commit:     4bd85cb262898e2e18e35752bde04bb24b7cde11
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 10:13:49 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 10:13:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd85cb2

dev-util/cbindgen: Stabilize 0.25.0 arm64, #915063

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/cbindgen/cbindgen-0.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cbindgen/cbindgen-0.25.0.ebuild b/dev-util/cbindgen/cbindgen-0.25.0.ebuild
index f47620294b5c..1397563ba4ca 100644
--- a/dev-util/cbindgen/cbindgen-0.25.0.ebuild
+++ b/dev-util/cbindgen/cbindgen-0.25.0.ebuild
@@ -65,7 +65,7 @@ SRC_URI="
 # use cargo-license for a more accurate license picture
 LICENSE="Apache-2.0 BSD Boost-1.0 MIT MPL-2.0 Unicode-DFS-2016 Unlicense"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 
 RESTRICT="test"
 QA_FLAGS_IGNORED="usr/bin/cbindgen"