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 DCD00158042 for ; Tue, 22 Oct 2024 22:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB97DE0909; Tue, 22 Oct 2024 22:26:30 +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 pigeon.gentoo.org (Postfix) with ESMTPS id C0C3CE0909 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 D52DE33E3A9 for ; Tue, 22 Oct 2024 22:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FCF11F42 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: <1729635310.0e967b8656a251282c4b01ded09480d27a703bba.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: 0e967b8656a251282c4b01ded09480d27a703bba 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: eb5a61d1-c783-4575-869a-865ebac0ac2f X-Archives-Hash: 312b8816ac50f673a567de7afda3a42b commit: 0e967b8656a251282c4b01ded09480d27a703bba Author: Conrad Kostecki gentoo org> AuthorDate: Tue Oct 22 22:15:10 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Oct 22 22:15:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e967b86 dev-util/spirv-llvm-translator: x86 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 a7daa95c74a6..d63d7e02f119 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 174c2e6428a9..41ef9a33c5fb 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 )"