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: Thu, 01 Apr 2021 15:49:15
Message-Id: 1617292123.80444bd2be80831cc2a59083ebba4920d8d85118.mattst88@gentoo
1 commit: 80444bd2be80831cc2a59083ebba4920d8d85118
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 15:47:44 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 15:48:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80444bd2
7
8 media-libs/mesa: Depend on dev-util/wayland-scanner
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-20.3.5.ebuild | 1 +
13 media-libs/mesa/mesa-21.0.1.ebuild | 1 +
14 media-libs/mesa/mesa-9999.ebuild | 1 +
15 3 files changed, 3 insertions(+)
16
17 diff --git a/media-libs/mesa/mesa-20.3.5.ebuild b/media-libs/mesa/mesa-20.3.5.ebuild
18 index d5504bd484c..b77317562fe 100644
19 --- a/media-libs/mesa/mesa-20.3.5.ebuild
20 +++ b/media-libs/mesa/mesa-20.3.5.ebuild
21 @@ -225,6 +225,7 @@ BDEPEND="
22 sys-devel/flex
23 virtual/pkgconfig
24 $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
25 + wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] )
26 "
27
28 S="${WORKDIR}/${MY_P}"
29
30 diff --git a/media-libs/mesa/mesa-21.0.1.ebuild b/media-libs/mesa/mesa-21.0.1.ebuild
31 index aac65f99e5f..ebeac9698ee 100644
32 --- a/media-libs/mesa/mesa-21.0.1.ebuild
33 +++ b/media-libs/mesa/mesa-21.0.1.ebuild
34 @@ -225,6 +225,7 @@ BDEPEND="
35 sys-devel/flex
36 virtual/pkgconfig
37 $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
38 + wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] )
39 "
40
41 S="${WORKDIR}/${MY_P}"
42
43 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
44 index aac65f99e5f..ebeac9698ee 100644
45 --- a/media-libs/mesa/mesa-9999.ebuild
46 +++ b/media-libs/mesa/mesa-9999.ebuild
47 @@ -225,6 +225,7 @@ BDEPEND="
48 sys-devel/flex
49 virtual/pkgconfig
50 $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
51 + wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] )
52 "
53
54 S="${WORKDIR}/${MY_P}"