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: Mon, 28 Sep 2020 21:26:21
Message-Id: 1601328350.5f0b50246ddec250d1ce9014847ff70b581c8d1d.mattst88@gentoo
1 commit: 5f0b50246ddec250d1ce9014847ff70b581c8d1d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 19:57:13 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 21:25:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0b5024
7
8 media-libs/libglvnd: Update for removal of Mesa's IUSE=libglvnd
9
10 Closes: https://bugs.gentoo.org/744715
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-libs/libglvnd/libglvnd-9999.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
17 index 0b5ae02b264..d83f5294148 100644
18 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
19 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
20 @@ -32,7 +32,10 @@ RESTRICT="!test? ( test )"
21 BDEPEND="${PYTHON_DEPS}
22 test? ( X? ( ${VIRTUALX_DEPEND} ) )"
23 RDEPEND="
24 - !media-libs/mesa[-libglvnd(-)]
25 + || (
26 + >=media-libs/mesa-20.3
27 + <media-libs/mesa-20.3[libglvnd(-)]
28 + )
29 !<media-libs/mesa-19.2.2
30 X? (
31 x11-libs/libX11[${MULTILIB_USEDEP}]