summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-05-14 09:34:52 -0400
committerMatt Turner <mattst88@gentoo.org>2023-05-14 09:35:40 -0400
commit6ce08ee91f3dd4eea8bbab3908bd5910613f6fa9 (patch)
treed187c00227acba87841d936a1de0808ae439413c /media-libs
parentmedia-video/libva-utils: Propagate stable keywords (diff)
downloadgentoo-6ce08ee91f3dd4eea8bbab3908bd5910613f6fa9.tar.gz
gentoo-6ce08ee91f3dd4eea8bbab3908bd5910613f6fa9.tar.bz2
gentoo-6ce08ee91f3dd4eea8bbab3908bd5910613f6fa9.zip
media-libs/mesa: Reduce line length
And fix some indentation. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-23.1.0.ebuild13
-rw-r--r--media-libs/mesa/mesa-9999.ebuild11
2 files changed, 21 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-23.1.0.ebuild b/media-libs/mesa/mesa-23.1.0.ebuild
index 33e29c1d3f7d..77a082163db6 100644
--- a/media-libs/mesa/mesa-23.1.0.ebuild
+++ b/media-libs/mesa/mesa-23.1.0.ebuild
@@ -37,7 +37,16 @@ IUSE="${IUSE_VIDEO_CARDS}
vulkan-overlay wayland +X xa zink +zstd"
REQUIRED_USE="
- d3d9? ( || ( video_cards_intel video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+ d3d9? (
+ || (
+ video_cards_intel
+ video_cards_r300
+ video_cards_r600
+ video_cards_radeonsi
+ video_cards_nouveau
+ video_cards_vmware
+ )
+ )
vulkan? ( video_cards_radeonsi? ( llvm ) )
vulkan-overlay? ( vulkan )
video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) )
@@ -78,7 +87,7 @@ RDEPEND="
vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
vulkan? (
video_cards_intel? (
- amd64? (
+ amd64? (
dev-libs/libclc[spirv(-)]
>=dev-util/spirv-tools-1.3.231.0
)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 2d73380b5ee3..53b4182fdad3 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -37,7 +37,16 @@ IUSE="${IUSE_VIDEO_CARDS}
vulkan-overlay wayland +X xa zink +zstd"
REQUIRED_USE="
- d3d9? ( || ( video_cards_intel video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+ d3d9? (
+ || (
+ video_cards_intel
+ video_cards_r300
+ video_cards_r600
+ video_cards_radeonsi
+ video_cards_nouveau
+ video_cards_vmware
+ )
+ )
vulkan? ( video_cards_radeonsi? ( llvm ) )
vulkan-overlay? ( vulkan )
video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) )