commit: e4bc3712bd9186c58f77de347f7625211607f056
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 16:07:14 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 23 18:51:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4bc3712
media-libs/mesa: Remove IUSE=d3d9
Removed by upstream commit 00aaef9f12f ("delete gallium-nine").
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-libs/mesa/mesa-9999.ebuild | 29 +----------------------------
1 file changed, 1 insertion(+), 28 deletions(-)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 64e0a602ca25..764540788f3c 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -61,25 +61,12 @@ for card in ${VIDEO_CARDS}; do
done
IUSE="${IUSE_VIDEO_CARDS}
- cpu_flags_x86_sse2 d3d9 debug +llvm
+ cpu_flags_x86_sse2 debug +llvm
lm-sensors opencl +opengl +proprietary-codecs
test unwind vaapi valgrind vdpau vulkan
wayland +X +zstd"
RESTRICT="!test? ( test )"
REQUIRED_USE="
- d3d9? (
- || (
- video_cards_freedreno
- video_cards_intel
- video_cards_nouveau
- video_cards_panfrost
- video_cards_r300
- video_cards_r600
- video_cards_radeonsi
- video_cards_vmware
- video_cards_zink
- )
- )
llvm? ( ${LLVM_REQUIRED_USE} )
video_cards_lavapipe? ( llvm vulkan )
video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) )
@@ -310,20 +297,6 @@ multilib_src_configure() {
use wayland && platforms+=",wayland"
emesonargs+=(-Dplatforms=${platforms#,})
- if use video_cards_freedreno ||
- use video_cards_intel || # crocus i915 iris
- use video_cards_nouveau ||
- use video_cards_panfrost ||
- use video_cards_r300 ||
- use video_cards_r600 ||
- use video_cards_radeonsi ||
- use video_cards_vmware || # svga
- use video_cards_zink; then
- emesonargs+=($(meson_use d3d9 gallium-nine))
- else
- emesonargs+=(-Dgallium-nine=false)
- fi
-
if use video_cards_d3d12 ||
use video_cards_nouveau ||
use video_cards_r600 ||