From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1714795-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 5A435158B20 for <garchives@archives.gentoo.org>; Tue, 04 Feb 2025 13:25:09 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 448D233D9AD for <garchives@archives.gentoo.org>; Tue, 04 Feb 2025 13:25:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AD094110474; Tue, 04 Feb 2025 13:24:58 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A3D95110474 for <gentoo-commits@lists.gentoo.org>; Tue, 04 Feb 2025 13:24:58 +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 57DE7342FE0 for <gentoo-commits@lists.gentoo.org>; Tue, 04 Feb 2025 13:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9504A2644 for <gentoo-commits@lists.gentoo.org>; Tue, 04 Feb 2025 13:24:55 +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: <1738674865.c3aeafdd0116dc04aeae571d31d9cb571b8d4573.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.4.304.0.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3aeafdd0116dc04aeae571d31d9cb571b8d4573 X-VCS-Branch: master Date: Tue, 04 Feb 2025 13:24:55 +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: 5f898f9a-f0df-40c0-a277-2b79b4f443cb X-Archives-Hash: 7efa05a6d99b1c5aa361c5e4ab9e4c46 commit: c3aeafdd0116dc04aeae571d31d9cb571b8d4573 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 12:10:17 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 13:14:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3aeafdd dev-util/spirv-tools: Keyword 1.4.304.0 sparc, #949263 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/spirv-tools/spirv-tools-1.4.304.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-tools/spirv-tools-1.4.304.0.ebuild b/dev-util/spirv-tools/spirv-tools-1.4.304.0.ebuild index 6d90e4eed0bc..29b34eaf79c8 100644 --- a/dev-util/spirv-tools/spirv-tools-1.4.304.0.ebuild +++ b/dev-util/spirv-tools/spirv-tools-1.4.304.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 ~sparc ~x86" S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT} fi