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 353831581F0 for ; Fri, 13 Dec 2024 06:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7195FE096D; Fri, 13 Dec 2024 06:53:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BCA4E096D for ; Fri, 13 Dec 2024 06:53:42 +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 7C861341465 for ; Fri, 13 Dec 2024 06:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCFFE1F0B for ; Fri, 13 Dec 2024 06:53:39 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1734072811.5ab2cf6eec7328d30b7d2e00b61949db0766a86f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-llvm-translator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild X-VCS-Directories: dev-util/spirv-llvm-translator/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5ab2cf6eec7328d30b7d2e00b61949db0766a86f X-VCS-Branch: master Date: Fri, 13 Dec 2024 06:53:39 +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: 90f07bbf-6c7b-4abe-ba5f-85ea644713d9 X-Archives-Hash: d7f10a1a55b6251ada7edb4450f726a6 commit: 5ab2cf6eec7328d30b7d2e00b61949db0766a86f Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 13 06:53:31 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 13 06:53:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab2cf6e dev-util/spirv-llvm-translator: Stabilize 18.1.7 x86, #946339 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild index 0755f06ce2bd..093c144a695c 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="UoI-NCSA" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"