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 09C57158090 for ; Fri, 13 May 2022 06:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D3B8E08A0; Fri, 13 May 2022 06:33:11 +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 4D4ABE0893 for ; Fri, 13 May 2022 06:33:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2E9773417B3 for ; Fri, 13 May 2022 06:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0971C4B2 for ; Fri, 13 May 2022 06:33:06 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1652423552.48bb0a4c1a780db1d3d52fe05d42add506d4dcd6.xen0n@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.211.ebuild X-VCS-Directories: dev-util/spirv-headers/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 48bb0a4c1a780db1d3d52fe05d42add506d4dcd6 X-VCS-Branch: master Date: Fri, 13 May 2022 06:33:06 +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: 13cdff26-5302-454c-8101-f66f628ff6c3 X-Archives-Hash: 0537279aa72d6b6229465e2cd1edae48 commit: 48bb0a4c1a780db1d3d52fe05d42add506d4dcd6 Author: WANG Xuerui gentoo org> AuthorDate: Fri May 13 06:32:32 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri May 13 06:32:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48bb0a4c dev-util/spirv-headers: keyword 1.3.211 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/spirv-headers/spirv-headers-1.3.211.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-headers/spirv-headers-1.3.211.ebuild b/dev-util/spirv-headers/spirv-headers-1.3.211.ebuild index 227b6e4286fe..489f0380616c 100644 --- a/dev-util/spirv-headers/spirv-headers-1.3.211.ebuild +++ b/dev-util/spirv-headers/spirv-headers-1.3.211.ebuild @@ -12,6 +12,6 @@ SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"