Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/
Date: Sun, 31 Oct 2021 00:19:51
Message-Id: 1635639559.d403b00ada1bf9014ff90c89ae0ba2dfcb43b0cb.sam@gentoo
1 commit: d403b00ada1bf9014ff90c89ae0ba2dfcb43b0cb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 05:38:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 00:19:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d403b00a
7
8 media-libs/libsdl2: Set USE-defaults for mesa[egl,gbm]
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../libsdl2/{libsdl2-2.0.16.ebuild => libsdl2-2.0.16-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libsdl2/libsdl2-2.0.16.ebuild b/media-libs/libsdl2/libsdl2-2.0.16-r1.ebuild
17 similarity index 98%
18 rename from media-libs/libsdl2/libsdl2-2.0.16.ebuild
19 rename to media-libs/libsdl2/libsdl2-2.0.16-r1.ebuild
20 index e1bab222ded..c74bfff69b2 100644
21 --- a/media-libs/libsdl2/libsdl2-2.0.16.ebuild
22 +++ b/media-libs/libsdl2/libsdl2-2.0.16-r1.ebuild
23 @@ -42,7 +42,7 @@ CDEPEND="
24 jack? ( virtual/jack[${MULTILIB_USEDEP}] )
25 kms? (
26 >=x11-libs/libdrm-2.4.82[${MULTILIB_USEDEP}]
27 - >=media-libs/mesa-9.0.0[${MULTILIB_USEDEP},gbm]
28 + >=media-libs/mesa-9.0.0[${MULTILIB_USEDEP},gbm(+)]
29 )
30 libsamplerate? ( media-libs/libsamplerate[${MULTILIB_USEDEP}] )
31 nas? (
32 @@ -59,7 +59,7 @@ CDEPEND="
33 udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
34 wayland? (
35 >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}]
36 - >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},egl,gles2,wayland]
37 + >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},egl(+),gles2,wayland]
38 >=x11-libs/libxkbcommon-0.2.0[${MULTILIB_USEDEP}]
39 )
40 X? (