diff options
author | 2024-07-23 18:45:37 +0200 | |
---|---|---|
committer | 2024-07-23 18:45:37 +0200 | |
commit | f0a4d3a4882c06665573b3c0906e6fa4d6c05106 (patch) | |
tree | c390181b13415fae51f4501e78a93c9f154e1ac4 /dev-util/spirv-llvm-translator | |
parent | dev-util/spirv-llvm-translator: Stabilize 18.1.2 amd64, #935987 (diff) | |
download | gentoo-f0a4d3a4882c06665573b3c0906e6fa4d6c05106.tar.gz gentoo-f0a4d3a4882c06665573b3c0906e6fa4d6c05106.tar.bz2 gentoo-f0a4d3a4882c06665573b3c0906e6fa4d6c05106.zip |
dev-util/spirv-llvm-translator: Stabilize 18.1.2 x86, #935987
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/spirv-llvm-translator')
-rw-r--r-- | dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.2.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.2.ebuild index 6f4374927df7..f630798bd7d7 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.2.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.2.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 )" |