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, 30 Sep 2020 19:13:24
Message-Id: 1601493192.ffda443cd644ee8d85c281c53d1c14a18b4f46fb.mattst88@gentoo
1 commit: ffda443cd644ee8d85c281c53d1c14a18b4f46fb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 19:02:23 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 19:13:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffda443c
7
8 media-libs/libglvnd: Update for removal of Mesa's IUSE=libglvnd
9
10 Mesa versions >= 20.2 have no libglvnd USE flag, because it's always
11 enabled.
12
13 Closes: https://bugs.gentoo.org/744715
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 .../libglvnd/{libglvnd-1.3.2.ebuild => libglvnd-1.3.2-r1.ebuild} | 3 +--
17 media-libs/libglvnd/libglvnd-9999.ebuild | 6 +-----
18 2 files changed, 2 insertions(+), 7 deletions(-)
19
20 diff --git a/media-libs/libglvnd/libglvnd-1.3.2.ebuild b/media-libs/libglvnd/libglvnd-1.3.2-r1.ebuild
21 similarity index 96%
22 rename from media-libs/libglvnd/libglvnd-1.3.2.ebuild
23 rename to media-libs/libglvnd/libglvnd-1.3.2-r1.ebuild
24 index a11e7d7b630..4c9e3146130 100644
25 --- a/media-libs/libglvnd/libglvnd-1.3.2.ebuild
26 +++ b/media-libs/libglvnd/libglvnd-1.3.2-r1.ebuild
27 @@ -32,8 +32,7 @@ RESTRICT="!test? ( test )"
28 BDEPEND="${PYTHON_DEPS}
29 test? ( X? ( ${VIRTUALX_DEPEND} ) )"
30 RDEPEND="
31 - !media-libs/mesa[-libglvnd(-)]
32 - !<media-libs/mesa-19.2.2
33 + !<media-libs/mesa-20.2[-libglvnd(-)]
34 X? (
35 x11-libs/libX11[${MULTILIB_USEDEP}]
36 x11-libs/libXext[${MULTILIB_USEDEP}]
37
38 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
39 index d83f5294148..8a245b0aaae 100644
40 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
41 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
42 @@ -32,11 +32,7 @@ RESTRICT="!test? ( test )"
43 BDEPEND="${PYTHON_DEPS}
44 test? ( X? ( ${VIRTUALX_DEPEND} ) )"
45 RDEPEND="
46 - || (
47 - >=media-libs/mesa-20.3
48 - <media-libs/mesa-20.3[libglvnd(-)]
49 - )
50 - !<media-libs/mesa-19.2.2
51 + !<media-libs/mesa-20.2[-libglvnd(-)]
52 X? (
53 x11-libs/libX11[${MULTILIB_USEDEP}]
54 x11-libs/libXext[${MULTILIB_USEDEP}]