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/libepoxy/
Date: Tue, 29 May 2018 19:08:16
Message-Id: 1527620877.a5a91b5dc7b24a8ddf2d295e796aeffb0d85b3ed.mattst88@gentoo
1 commit: a5a91b5dc7b24a8ddf2d295e796aeffb0d85b3ed
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 19:04:45 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 19:07:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a91b5d
7
8 media-libs/libepoxy: RDEPEND on media-libs/mesa
9
10 The .pc file installed by libepoxy says it requires gl, which is
11 installed by Mesa.
12
13 Closes: https://bugs.gentoo.org/610608
14
15 media-libs/libepoxy/libepoxy-1.5.2.ebuild | 4 ++--
16 media-libs/libepoxy/libepoxy-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/media-libs/libepoxy/libepoxy-1.5.2.ebuild b/media-libs/libepoxy/libepoxy-1.5.2.ebuild
20 index 21db4db9f63..25f715c61c3 100644
21 --- a/media-libs/libepoxy/libepoxy-1.5.2.ebuild
22 +++ b/media-libs/libepoxy/libepoxy-1.5.2.ebuild
23 @@ -26,11 +26,11 @@ LICENSE="MIT"
24 SLOT="0"
25 IUSE="test +X"
26
27 +RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
28 DEPEND="${PYTHON_DEPS}
29 - media-libs/mesa[egl,${MULTILIB_USEDEP}]
30 + ${RDEPEND}
31 X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
32 >=dev-util/meson-0.44.0"
33 -RDEPEND=""
34
35 src_unpack() {
36 default
37
38 diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild
39 index 17eb5ee20a7..5810d7944cc 100644
40 --- a/media-libs/libepoxy/libepoxy-9999.ebuild
41 +++ b/media-libs/libepoxy/libepoxy-9999.ebuild
42 @@ -26,11 +26,11 @@ LICENSE="MIT"
43 SLOT="0"
44 IUSE="test +X"
45
46 +RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
47 DEPEND="${PYTHON_DEPS}
48 - media-libs/mesa[egl,${MULTILIB_USEDEP}]
49 + ${RDEPEND}
50 X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
51 >=dev-util/meson-0.44.0"
52 -RDEPEND=""
53
54 src_unpack() {
55 default