commit:     e1790041e4ad9528d1dd6557586965c8cd1c8299
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 23 19:05:26 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 19:36:57 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1790041

llvm-core/libclc: r600 support was removed in 23.0.0.9999

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-core/libclc/libclc-23.0.0.9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/llvm-core/libclc/libclc-23.0.0.9999.ebuild 
b/llvm-core/libclc/libclc-23.0.0.9999.ebuild
index 8b56ad1fe905..dc17000852c8 100644
--- a/llvm-core/libclc/libclc-23.0.0.9999.ebuild
+++ b/llvm-core/libclc/libclc-23.0.0.9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://libclc.llvm.org/";
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
 SLOT="0"
-IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
+IUSE="+spirv video_cards_nvidia video_cards_radeonsi"
 
 BDEPEND="
        ${PYTHON_DEPS}
@@ -47,9 +47,6 @@ src_configure() {
                "nvptx64--nvidiacl"
                "nvptx64-nvidia-cuda"
        )
-       use video_cards_r600 && libclc_targets+=(
-               "r600--"
-       )
        use video_cards_radeonsi && libclc_targets+=(
                "amdgcn--"
                "amdgcn-amd-amdhsa-llvm"

Reply via email to