From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 03E391581EE for ; Thu, 03 Apr 2025 14:09:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DF156343243 for ; Thu, 03 Apr 2025 14:09:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 10B0E1104B4; Thu, 03 Apr 2025 14:09:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id E9A771104B4 for ; Thu, 03 Apr 2025 14:09:38 +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 835A13431DB for ; Thu, 03 Apr 2025 14:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9CB81936 for ; Thu, 03 Apr 2025 14:09:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1743688715.ed69e34a69cc8ce7a8c0049a3d60092735f19c5f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/gentoo-kernel/gentoo-kernel-6.12.21.ebuild X-VCS-Directories: sys-kernel/gentoo-kernel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ed69e34a69cc8ce7a8c0049a3d60092735f19c5f X-VCS-Branch: master Date: Thu, 03 Apr 2025 14:09:36 +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: 75d2b3c4-f926-4a11-9bdb-5ea90c53cb51 X-Archives-Hash: 1e66eb3480aad3e8e6297a9a53f90522 commit: ed69e34a69cc8ce7a8c0049a3d60092735f19c5f Author: Michał Górny gentoo org> AuthorDate: Thu Apr 3 13:58:35 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 3 13:58:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed69e34a sys-kernel/gentoo-kernel: Stabilize 6.12.21 amd64 arm64 ppc64, #952973 Signed-off-by: Michał Górny gentoo.org> sys-kernel/gentoo-kernel/gentoo-kernel-6.12.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.12.21.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.12.21.ebuild index 0917bb4bb289..3d49767bde62 100644 --- a/sys-kernel/gentoo-kernel/gentoo-kernel-6.12.21.ebuild +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.12.21.ebuild @@ -48,7 +48,7 @@ SRC_URI+=" " S=${WORKDIR}/${MY_P} -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86" IUSE="debug experimental hardened" REQUIRED_USE=" arm? ( savedconfig )