From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1705729-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 677D91581F0
	for <garchives@archives.gentoo.org>; Sat, 04 Jan 2025 15:43:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3D1BDE077C;
	Sat, 04 Jan 2025 15:43:17 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 28875E077C
	for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 15:43:17 +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 6D9C534027D
	for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 15:43:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0377B18E7
	for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 15:43:15 +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: <1736005371.994ecc5e6bdc3fc53167bad43f4464b2d293f1d9.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydantic/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pydantic/pydantic-2.10.4.ebuild
X-VCS-Directories: dev-python/pydantic/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 994ecc5e6bdc3fc53167bad43f4464b2d293f1d9
X-VCS-Branch: master
Date: Sat, 04 Jan 2025 15:43:15 +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: 237bd1bf-4aac-47ad-91fc-c1ac8c7d7220
X-Archives-Hash: 1c988f715eba67cb9ea7f8f4a0351b46

commit:     994ecc5e6bdc3fc53167bad43f4464b2d293f1d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 15:42:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 15:42:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994ecc5e

dev-python/pydantic: Stabilize 2.10.4 sparc, #947442

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

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

diff --git a/dev-python/pydantic/pydantic-2.10.4.ebuild b/dev-python/pydantic/pydantic-2.10.4.ebuild
index 1141f41f9ea1..312fdde7dfd2 100644
--- a/dev-python/pydantic/pydantic-2.10.4.ebuild
+++ b/dev-python/pydantic/pydantic-2.10.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	>=dev-python/annotated-types-0.6.0[${PYTHON_USEDEP}]