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/libglvnd/
Date: Wed, 18 Sep 2019 20:24:27
Message-Id: 1568837390.539aa56700d8a196197c859913faaa9fcaacf2de.mattst88@gentoo
1 commit: 539aa56700d8a196197c859913faaa9fcaacf2de
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 19:35:39 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 20:09:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539aa567
7
8 media-libs/libglvnd: Add blocker on <!media-libs/mesa-19.2.0_rc1
9
10 19.2.0_rc1 will not install its own pkg-config files if USE=libglvnd.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 media-libs/libglvnd/libglvnd-9999.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
18 index be06e85ba9a..846bfd27931 100644
19 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
20 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
21 @@ -29,6 +29,7 @@ IUSE="X"
22
23 RDEPEND="
24 !media-libs/mesa[-libglvnd(-)]
25 + !<media-libs/mesa-19.2.0_rc1
26 X? (
27 x11-libs/libX11[${MULTILIB_USEDEP}]
28 x11-libs/libXext[${MULTILIB_USEDEP}]