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: Fri, 23 Mar 2018 22:12:25
Message-Id: 1521843129.7ee5b9814a6609890341c7d85cfc35089670f462.mattst88@gentoo
1 commit: 7ee5b9814a6609890341c7d85cfc35089670f462
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 22:11:50 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 22:12:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee5b981
7
8 media-libs/mesa: Depend on libdrm-2.4.89 in 17.3.7
9
10 Commit 56a9c6541e96 ("radeonsi: Export signalled sync file instead of
11 -1.") on the 17.3 branch bumped the required libdrm.
12
13 Bug: https://bugs.gentoo.org/651144
14
15 media-libs/mesa/mesa-17.3.7.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/mesa/mesa-17.3.7.ebuild b/media-libs/mesa/mesa-17.3.7.ebuild
19 index b0b6cdc1138..71590c387fc 100644
20 --- a/media-libs/mesa/mesa-17.3.7.ebuild
21 +++ b/media-libs/mesa/mesa-17.3.7.ebuild
22 @@ -75,7 +75,7 @@ REQUIRED_USE="
23 video_cards_vmware? ( gallium )
24 "
25
26 -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.85"
27 +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.89"
28 # keep correct libdrm and dri2proto dep
29 # keep blocks in rdepend for binpkg
30 RDEPEND="