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 5AAC0158009 for ; Mon, 26 Jun 2023 06:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D99BE0898; Mon, 26 Jun 2023 06:27:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E704EE0885 for ; Mon, 26 Jun 2023 06:27:26 +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 114E8340E50 for ; Mon, 26 Jun 2023 06:27:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BF89AC6 for ; Mon, 26 Jun 2023 06:27:24 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1687760816.2cbfa73bf9f763ec9058d130260e3d42ac4a1901.jsmolic@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.3.246.ebuild X-VCS-Directories: dev-util/spirv-headers/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2cbfa73bf9f763ec9058d130260e3d42ac4a1901 X-VCS-Branch: master Date: Mon, 26 Jun 2023 06:27:24 +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: 6f349c60-3bb3-4e69-b426-e343be444c95 X-Archives-Hash: b5fdd27ab41bc9eddb29d4bc3805306e commit: 2cbfa73bf9f763ec9058d130260e3d42ac4a1901 Author: Jakov Smolić gentoo org> AuthorDate: Mon Jun 26 06:26:56 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Jun 26 06:26:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbfa73b dev-util/spirv-headers: Stabilize 1.3.246 amd64, #909161 Signed-off-by: Jakov Smolić gentoo.org> dev-util/spirv-headers/spirv-headers-1.3.246.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-headers/spirv-headers-1.3.246.ebuild b/dev-util/spirv-headers/spirv-headers-1.3.246.ebuild index 9dd6bc83c0c5..f133a08de07f 100644 --- a/dev-util/spirv-headers/spirv-headers-1.3.246.ebuild +++ b/dev-util/spirv-headers/spirv-headers-1.3.246.ebuild @@ -13,4 +13,4 @@ S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv ~x86"