Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sun, 08 Mar 2020 00:28:07
Message-Id: 1583627212.6a770860c347a92a246c3df5297725ef0871a83e.mattst88@gentoo
1 commit: 6a770860c347a92a246c3df5297725ef0871a83e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 00:26:52 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 00:26:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a770860
7
8 media-libs/mesa: Enable IUSE=libglvnd by default
9
10 Since I removed the use.stable.mask, and stable xorg-server has
11 IUSE=+libglvnd, so do all versions of Mesa.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 media-libs/mesa/mesa-19.2.8.ebuild | 2 +-
16 media-libs/mesa/mesa-19.3.4.ebuild | 2 +-
17 media-libs/mesa/mesa-20.0.0.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/media-libs/mesa/mesa-19.2.8.ebuild b/media-libs/mesa/mesa-19.2.8.ebuild
21 index 5b6f69890c4..1dacc82e46a 100644
22 --- a/media-libs/mesa/mesa-19.2.8.ebuild
23 +++ b/media-libs/mesa/mesa-19.2.8.ebuild
24 @@ -35,7 +35,7 @@ for card in ${VIDEO_CARDS}; do
25 done
26
27 IUSE="${IUSE_VIDEO_CARDS}
28 - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm
29 + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm
30 lm-sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind
31 vdpau vulkan vulkan-overlay wayland +X xa xvmc"
32
33
34 diff --git a/media-libs/mesa/mesa-19.3.4.ebuild b/media-libs/mesa/mesa-19.3.4.ebuild
35 index 55c16428450..b75bec2b90d 100644
36 --- a/media-libs/mesa/mesa-19.3.4.ebuild
37 +++ b/media-libs/mesa/mesa-19.3.4.ebuild
38 @@ -35,7 +35,7 @@ for card in ${VIDEO_CARDS}; do
39 done
40
41 IUSE="${IUSE_VIDEO_CARDS}
42 - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm
43 + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm
44 lm-sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind
45 vdpau vulkan vulkan-overlay wayland +X xa xvmc"
46
47
48 diff --git a/media-libs/mesa/mesa-20.0.0.ebuild b/media-libs/mesa/mesa-20.0.0.ebuild
49 index d02cf2adf0b..b7e1f507aed 100644
50 --- a/media-libs/mesa/mesa-20.0.0.ebuild
51 +++ b/media-libs/mesa/mesa-20.0.0.ebuild
52 @@ -35,7 +35,7 @@ for card in ${VIDEO_CARDS}; do
53 done
54
55 IUSE="${IUSE_VIDEO_CARDS}
56 - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm
57 + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm
58 lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan
59 vulkan-overlay wayland +X xa xvmc +zstd"