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: Sat, 18 Aug 2018 07:18:35
Message-Id: 1534576680.e3f26ae0ffa7fb8f18ab1978c4be82661aaf8c42.mattst88@gentoo
1 commit: e3f26ae0ffa7fb8f18ab1978c4be82661aaf8c42
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 07:17:11 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 07:18:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f26ae0
7
8 media-libs/mesa: Depend on x11-libs/libXrandr[${MULTILIB_USEDEP}]
9
10 Closes: https://bugs.gentoo.org/663756
11
12 media-libs/mesa/mesa-18.2.0_rc3.ebuild | 2 +-
13 media-libs/mesa/mesa-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-18.2.0_rc3.ebuild b/media-libs/mesa/mesa-18.2.0_rc3.ebuild
17 index 0ae1b47d814..76e780a05ff 100644
18 --- a/media-libs/mesa/mesa-18.2.0_rc3.ebuild
19 +++ b/media-libs/mesa/mesa-18.2.0_rc3.ebuild
20 @@ -213,7 +213,7 @@ DEPEND="${RDEPEND}
21 virtual/pkgconfig
22 valgrind? ( dev-util/valgrind )
23 x11-base/xorg-proto
24 - x11-libs/libXrandr
25 + x11-libs/libXrandr[${MULTILIB_USEDEP}]
26 $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
27 "
28
29
30 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
31 index 0ccb06194dc..229179f667a 100644
32 --- a/media-libs/mesa/mesa-9999.ebuild
33 +++ b/media-libs/mesa/mesa-9999.ebuild
34 @@ -213,7 +213,7 @@ DEPEND="${RDEPEND}
35 virtual/pkgconfig
36 valgrind? ( dev-util/valgrind )
37 x11-base/xorg-proto
38 - x11-libs/libXrandr
39 + x11-libs/libXrandr[${MULTILIB_USEDEP}]
40 $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
41 "