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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F4351582EF for ; Tue, 11 Mar 2025 02:42:36 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 56BAF343108 for ; Tue, 11 Mar 2025 02:42:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4D81111037F; Tue, 11 Mar 2025 02:42:35 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 434BC11037F for ; Tue, 11 Mar 2025 02:42:35 +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 F1AF534310A for ; Tue, 11 Mar 2025 02:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5454D19A7 for ; Tue, 11 Mar 2025 02:42:33 +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: <1741660910.7c735015262ab79a06f2fea6df8be85c66d1806d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-headers/spirv-headers-1.4.304.0-r1.ebuild X-VCS-Directories: dev-util/spirv-headers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c735015262ab79a06f2fea6df8be85c66d1806d X-VCS-Branch: master Date: Tue, 11 Mar 2025 02:42:33 +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: 88e76534-6555-4acb-8048-c1f0e738f74a X-Archives-Hash: cd9bacc0f56a26b3b2d9f5f5db33f23c commit: 7c735015262ab79a06f2fea6df8be85c66d1806d Author: Sam James gentoo org> AuthorDate: Tue Mar 11 02:41:50 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 11 02:41:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c735015 dev-util/spirv-headers: destabilize 1.4.304.0-r1 I think this is a lesser-evil than keeping it stable. Bug: https://bugs.gentoo.org/950986 Bug: https://bugs.gentoo.org/951062 Bug: https://bugs.gentoo.org/951120 Bug: https://bugs.gentoo.org/951123 Signed-off-by: Sam James gentoo.org> dev-util/spirv-headers/spirv-headers-1.4.304.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-headers/spirv-headers-1.4.304.0-r1.ebuild b/dev-util/spirv-headers/spirv-headers-1.4.304.0-r1.ebuild index bbe7eb2d1fcd..c28a2b1ca9c7 100644 --- a/dev-util/spirv-headers/spirv-headers-1.4.304.0-r1.ebuild +++ b/dev-util/spirv-headers/spirv-headers-1.4.304.0-r1.ebuild @@ -14,7 +14,7 @@ else https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~conikost/distfiles/${P}-new-intel-headers.tar.xz " - KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV} fi