From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 8B4CB158094 for ; Thu, 4 Aug 2022 09:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C7DE0A99; Thu, 4 Aug 2022 09:42:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5D1E0E0A99 for ; Thu, 4 Aug 2022 09:42:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E6213410BC for ; Thu, 4 Aug 2022 09:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B00C2553 for ; Thu, 4 Aug 2022 09:42:29 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1659605887.475a04272c557d8a4acab13a6afac272f72684d4.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-headers/linux-headers-5.19.ebuild X-VCS-Directories: sys-kernel/linux-headers/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 475a04272c557d8a4acab13a6afac272f72684d4 X-VCS-Branch: master Date: Thu, 4 Aug 2022 09:42:29 +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: dee61290-7000-41f1-8788-6e434970df9d X-Archives-Hash: 9fe863875379a7868c5530ac3643dda8 commit: 475a04272c557d8a4acab13a6afac272f72684d4 Author: WANG Xuerui gentoo org> AuthorDate: Mon Aug 1 13:07:50 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Aug 4 09:38:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475a0427 sys-kernel/linux-headers: sync H_SUPPORTEDARCH for 5.19 Many of the arches listed are long gone in upstream sources, so finally remove them for good. Many are never supported by ::gentoo at all. csky is added while at it: although the arch is not currently being supported by Gentoo, the keyword would almost certainly be "csky" if support is ever added, so preemptively add it like what was done with others (e.g. hexagon and openrisc). Signed-off-by: WANG Xuerui gentoo.org> sys-kernel/linux-headers/linux-headers-5.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/linux-headers/linux-headers-5.19.ebuild b/sys-kernel/linux-headers/linux-headers-5.19.ebuild index b07a4d1844b9..527b4b401d6c 100644 --- a/sys-kernel/linux-headers/linux-headers-5.19.ebuild +++ b/sys-kernel/linux-headers/linux-headers-5.19.ebuild @@ -4,7 +4,7 @@ EAPI=7 ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 loong m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh sparc x86 xtensa" +H_SUPPORTEDARCH="alpha amd64 arc arm arm64 csky hexagon hppa ia64 loong m68k microblaze mips nios2 openrisc ppc ppc64 riscv s390 sh sparc x86 xtensa" inherit kernel-2 detect_version