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 4B5CB158042 for ; Tue, 22 Oct 2024 22:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5A2FE092B; Tue, 22 Oct 2024 22:26:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CFE21E092B for ; Tue, 22 Oct 2024 22:26:30 +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 1A8DF33EB78 for ; Tue, 22 Oct 2024 22:26:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C93F1F41 for ; Tue, 22 Oct 2024 22:26:28 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1729635273.febe7de8d80c8b2e1c1ec861b9f136decbacb3d2.conikost@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-15.0.4-r1.ebuild dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild X-VCS-Directories: dev-util/spirv-llvm-translator/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: febe7de8d80c8b2e1c1ec861b9f136decbacb3d2 X-VCS-Branch: master Date: Tue, 22 Oct 2024 22:26:28 +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: d6c2cabe-6256-454c-abf3-f251bcf3ec70 X-Archives-Hash: e38141352f2bc0f7cd235745504d4fb1 commit: febe7de8d80c8b2e1c1ec861b9f136decbacb3d2 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Oct 22 22:14:33 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Oct 22 22:14:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febe7de8 dev-util/spirv-llvm-translator: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild | 2 +- dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild index 113b055e96ac..a7daa95c74a6 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="UoI-NCSA" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild index 1d22979a7c3c..174c2e6428a9 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="UoI-NCSA" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"