diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 09:22:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 09:22:19 +0000 |
commit | 4ae0880c2758195954305543322bc88fc692432b (patch) | |
tree | 5720e2a330f43a634b5da2f1e0f26b1aae3be96d /dev-libs | |
parent | sys-libs/libomp: Stabilize 17.0.6 amd64, #920044 (diff) | |
download | gentoo-4ae0880c2758195954305543322bc88fc692432b.tar.gz gentoo-4ae0880c2758195954305543322bc88fc692432b.tar.bz2 gentoo-4ae0880c2758195954305543322bc88fc692432b.zip |
dev-libs/libclc: Stabilize 17.0.6 amd64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libclc/libclc-17.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libclc/libclc-17.0.6.ebuild b/dev-libs/libclc/libclc-17.0.6.ebuild index 0444d0232193..c41a6ddc6fce 100644 --- a/dev-libs/libclc/libclc-17.0.6.ebuild +++ b/dev-libs/libclc/libclc-17.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://libclc.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi" LLVM_MAX_SLOT=17 |