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/waffle/
Date: Sun, 31 Oct 2021 00:19:51
Message-Id: 1635639560.77ea1e044c86761a04b4cdd5f6e3b023d925412a.sam@gentoo
1 commit: 77ea1e044c86761a04b4cdd5f6e3b023d925412a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 05:38:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 00:19:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ea1e04
7
8 media-libs/waffle: 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 media-libs/waffle/{waffle-1.7.0.ebuild => waffle-1.7.0-r1.ebuild} | 2 +-
14 media-libs/waffle/waffle-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/waffle/waffle-1.7.0.ebuild b/media-libs/waffle/waffle-1.7.0-r1.ebuild
18 similarity index 96%
19 rename from media-libs/waffle/waffle-1.7.0.ebuild
20 rename to media-libs/waffle/waffle-1.7.0-r1.ebuild
21 index b58cfad30b9..7b4d01d42f6 100644
22 --- a/media-libs/waffle/waffle-1.7.0.ebuild
23 +++ b/media-libs/waffle/waffle-1.7.0-r1.ebuild
24 @@ -22,7 +22,7 @@ IUSE="doc +egl +gbm wayland X"
25 RESTRICT="test" # gl_basic tests don't work when run from portage
26
27 RDEPEND="
28 - >=media-libs/mesa-9.1.6[egl?,gbm?,${MULTILIB_USEDEP}]
29 + >=media-libs/mesa-9.1.6[egl(+)?,gbm(+)?,${MULTILIB_USEDEP}]
30 X? (
31 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
32 >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
33
34 diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild
35 index b58cfad30b9..7b4d01d42f6 100644
36 --- a/media-libs/waffle/waffle-9999.ebuild
37 +++ b/media-libs/waffle/waffle-9999.ebuild
38 @@ -22,7 +22,7 @@ IUSE="doc +egl +gbm wayland X"
39 RESTRICT="test" # gl_basic tests don't work when run from portage
40
41 RDEPEND="
42 - >=media-libs/mesa-9.1.6[egl?,gbm?,${MULTILIB_USEDEP}]
43 + >=media-libs/mesa-9.1.6[egl(+)?,gbm(+)?,${MULTILIB_USEDEP}]
44 X? (
45 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
46 >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]