From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1699341-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 D694B1581F2 for <garchives@archives.gentoo.org>; Thu, 12 Dec 2024 04:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 938BCE0D21; Thu, 12 Dec 2024 04:50:45 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60F05E0D21 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Dec 2024 04:50:43 +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 5E7783430DE for <gentoo-commits@lists.gentoo.org>; Thu, 12 Dec 2024 04:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4E2F1E15 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Dec 2024 04:50:40 +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: <1733978978.296d27b7d6a03eba2d40e9ba70abc00b47c941aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/genkernel/genkernel-4.3.16.ebuild X-VCS-Directories: sys-kernel/genkernel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 296d27b7d6a03eba2d40e9ba70abc00b47c941aa X-VCS-Branch: master Date: Thu, 12 Dec 2024 04:50:40 +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: 8a5073eb-6965-486d-b49e-7148a5cc0e46 X-Archives-Hash: c41f3d9ea69a0c2eec6a2ad85b7a5509 commit: 296d27b7d6a03eba2d40e9ba70abc00b47c941aa Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 12 04:49:38 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 12 04:49:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296d27b7 sys-kernel/genkernel: Stabilize 4.3.16 ppc64, #943742 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-kernel/genkernel/genkernel-4.3.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/genkernel/genkernel-4.3.16.ebuild b/sys-kernel/genkernel/genkernel-4.3.16.ebuild index f1e2f1bd51c8..89564afadd2f 100644 --- a/sys-kernel/genkernel/genkernel-4.3.16.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.16.ebuild @@ -99,7 +99,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://dev.gentoo.org/~bkohler/dist/${P}.tar.xz ${COMMON_URI}" - KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="Gentoo automatic kernel building scripts"