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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06B891581EC for ; Fri, 22 Nov 2024 10:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF4FE0829; Fri, 22 Nov 2024 10:20:55 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB8CFE07E1 for ; Fri, 22 Nov 2024 10:20:54 +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 D322B340C9C for ; Fri, 22 Nov 2024 10:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F2C01E74 for ; Fri, 22 Nov 2024 10:20:52 +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: <1732270781.b44357b178ceda93f24edb17e53a937547ac0dbe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-tools/spirv-tools-1.3.296.0.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b44357b178ceda93f24edb17e53a937547ac0dbe X-VCS-Branch: master Date: Fri, 22 Nov 2024 10:20:52 +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: 63b134e3-cb78-4fcb-b39b-ce3b0fe31d02 X-Archives-Hash: 504cb8d816bff6f6a550bee0db199faf commit: b44357b178ceda93f24edb17e53a937547ac0dbe Author: Sam James gentoo org> AuthorDate: Fri Nov 22 10:19:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 22 10:19:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44357b1 dev-util/spirv-tools: Stabilize 1.3.296.0 amd64, #944216 Signed-off-by: Sam James gentoo.org> dev-util/spirv-tools/spirv-tools-1.3.296.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-tools/spirv-tools-1.3.296.0.ebuild b/dev-util/spirv-tools/spirv-tools-1.3.296.0.ebuild index 3a9ec97f177b..0c9a9f75c11b 100644 --- a/dev-util/spirv-tools/spirv-tools-1.3.296.0.ebuild +++ b/dev-util/spirv-tools/spirv-tools-1.3.296.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then else EGIT_COMMIT="vulkan-sdk-${PV}" SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv x86" S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT} fi