From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1691260-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 3A99B1581EC
	for <garchives@archives.gentoo.org>; Tue, 19 Nov 2024 01:37:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AD495E0958;
	Tue, 19 Nov 2024 01:37:04 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 92C5BE0957
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Nov 2024 01:37: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 9CFF5340C7C
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Nov 2024 01:37:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F02151E15
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Nov 2024 01:37:01 +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: <1731980182.b74c2867bb63cacbaced9cd8e5baaa906389c94b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-kernel/gentoo-sources/gentoo-sources-5.10.230.ebuild
X-VCS-Directories: sys-kernel/gentoo-sources/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b74c2867bb63cacbaced9cd8e5baaa906389c94b
X-VCS-Branch: master
Date: Tue, 19 Nov 2024 01:37:01 +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: 1c493e26-100f-4f5b-8d67-11a2e355f7fd
X-Archives-Hash: e795d5cf52916c98b635189c6dc2708e

commit:     b74c2867bb63cacbaced9cd8e5baaa906389c94b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 01:36:22 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 01:36:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74c2867

sys-kernel/gentoo-sources: Stabilize 5.10.230 x86, #943778

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

 sys-kernel/gentoo-sources/gentoo-sources-5.10.230.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.230.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.10.230.ebuild
index e2bc0ffb126e..79add94adb03 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.230.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.230.ebuild
@@ -13,7 +13,7 @@ detect_arch
 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"
 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="experimental"
 
 pkg_postinst() {