From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1562013-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 986FB158089 for <garchives@archives.gentoo.org>; Thu, 12 Oct 2023 00:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DE972BC014; Thu, 12 Oct 2023 00:00:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4A2332BC014 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2023 00:00:18 +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 79554335CA6 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2023 00:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 958941146 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2023 00:00: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: <1697068787.01d72daf6010c9285a543ab60d2ba2f7c18fe51c.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-6.1.57.ebuild X-VCS-Directories: sys-kernel/gentoo-sources/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01d72daf6010c9285a543ab60d2ba2f7c18fe51c X-VCS-Branch: master Date: Thu, 12 Oct 2023 00:00: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: 67eafcca-b992-4ef2-9a9b-0ce5fdc63061 X-Archives-Hash: 6afbaebc2f92dadb99556f4cfb033ce0 commit: 01d72daf6010c9285a543ab60d2ba2f7c18fe51c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 11 23:59:47 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 11 23:59:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d72daf sys-kernel/gentoo-sources: Stabilize 6.1.57 ppc64, #915594 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-kernel/gentoo-sources/gentoo-sources-6.1.57.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.57.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-6.1.57.ebuild index bcb81ea0129f..1c3fb662ae1e 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.57.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.57.ebuild @@ -10,7 +10,7 @@ inherit kernel-2 detect_version detect_arch -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86" HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" IUSE="experimental"