commit:     2deee2e6163cbeca2d73da13f7eaf9c49bd35127
Author:     Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk>
AuthorDate: Thu Dec  7 13:32:34 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Feb  1 19:49:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2deee2e6

media-libs/mesa: Allow radeonsi to be built without LLVM

The radeonsi driver now works with with ACO, and can be built without
LLVM, so remove the REQUIRED_USE.

Closes: https://github.com/gentoo/gentoo/pull/33520
Signed-off-by: Mike Lothian <mike <AT> fireburn.co.uk>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 81fb149c0650..a7d485533118 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -47,12 +47,10 @@ REQUIRED_USE="
                        video_cards_vmware
                )
        )
-       vulkan? ( video_cards_radeonsi? ( llvm ) )
        vulkan-overlay? ( vulkan )
        video_cards_lavapipe? ( llvm vulkan )
        video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) )
        video_cards_r300?   ( x86? ( llvm ) amd64? ( llvm ) )
-       video_cards_radeonsi?   ( llvm )
        vdpau? ( X )
        xa? ( X )
        zink? ( vulkan )

Reply via email to