From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1619666-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 08B87158041
	for <garchives@archives.gentoo.org>; Thu, 11 Apr 2024 17:40:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BC111E2A18;
	Thu, 11 Apr 2024 17:40:49 +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 78E16E2A18
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Apr 2024 17:40:49 +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 A63B73432F2
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Apr 2024 17:40:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D7A016BB
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Apr 2024 17:40:47 +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: <1712857227.c05f15630d7e9bc70dbf0f0cb64c4256210d36b6.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/orjson/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/orjson/orjson-3.10.0.ebuild
X-VCS-Directories: dev-python/orjson/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: c05f15630d7e9bc70dbf0f0cb64c4256210d36b6
X-VCS-Branch: master
Date: Thu, 11 Apr 2024 17:40:47 +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: 38a39061-de6f-45f9-aaa3-8e735670246b
X-Archives-Hash: 0a9f62e3397fd675ae381c8cdd9ff58d

commit:     c05f15630d7e9bc70dbf0f0cb64c4256210d36b6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 17:40:27 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 17:40:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05f1563

dev-python/orjson: Stabilize 3.10.0 x86, #929151

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

 dev-python/orjson/orjson-3.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/orjson/orjson-3.10.0.ebuild b/dev-python/orjson/orjson-3.10.0.ebuild
index f987452b1e6f..ef62a51eb315 100644
--- a/dev-python/orjson/orjson-3.10.0.ebuild
+++ b/dev-python/orjson/orjson-3.10.0.ebuild
@@ -71,7 +71,7 @@ LICENSE+="
 	|| ( Apache-2.0 Boost-1.0 )
 "
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
 	>=virtual/rust-1.72