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 0965A15838C for ; Fri, 19 Jan 2024 11:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 498862BC014; Fri, 19 Jan 2024 11:14:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 27C252BC014 for ; Fri, 19 Jan 2024 11:14:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50D5F3432DE for ; Fri, 19 Jan 2024 11:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD66697B for ; Fri, 19 Jan 2024 11:14:48 +0000 (UTC) From: "Sam James" 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" Message-ID: <1705662870.ffc0cb756f09e2f608f6f71424cb026824dc671e.sam@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-6.7.ebuild X-VCS-Directories: sys-kernel/linux-headers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ffc0cb756f09e2f608f6f71424cb026824dc671e X-VCS-Branch: master Date: Fri, 19 Jan 2024 11:14:48 +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: b5405aeb-40c2-4edd-9178-c41271330fac X-Archives-Hash: f1030b23f4daa071c2a6a7cc5eed5117 commit: ffc0cb756f09e2f608f6f71424cb026824dc671e Author: Sam James gentoo org> AuthorDate: Fri Jan 19 11:14:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 19 11:14:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc0cb75 sys-kernel/linux-headers: mark -ia64 🚢 Bug: https://bugs.gentoo.org/917318 Bug: https://bugs.gentoo.org/922475 Signed-off-by: Sam James gentoo.org> sys-kernel/linux-headers/linux-headers-6.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/linux-headers/linux-headers-6.7.ebuild b/sys-kernel/linux-headers/linux-headers-6.7.ebuild index 01f51a482c3a..e16c15ac5901 100644 --- a/sys-kernel/linux-headers/linux-headers-6.7.ebuild +++ b/sys-kernel/linux-headers/linux-headers-6.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 ETYPE="headers" -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" +H_SUPPORTEDARCH="alpha amd64 arc arm arm64 csky hexagon hppa loong m68k microblaze mips nios2 openrisc ppc ppc64 riscv s390 sh sparc x86 xtensa" inherit kernel-2 detect_version @@ -17,7 +17,7 @@ SRC_URI=" " S="${WORKDIR}/linux-${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa -ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" BDEPEND=" app-arch/xz-utils