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, 05 Jan 2018 18:11:36
Message-Id: 1515175858.186b8b961d6606591064d99553f1434fea254fe5.mattst88@gentoo
1 commit: 186b8b961d6606591064d99553f1434fea254fe5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 18:10:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 18:10:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186b8b96
7
8 media-libs/mesa: Require libdrm-2.4.89
9
10 Closes: https://bugs.gentoo.org/643482
11
12 media-libs/mesa/mesa-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 3624ea7c600..e2f425d49ac 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -75,7 +75,7 @@ REQUIRED_USE="
26 video_cards_vmware? ( gallium )
27 "
28
29 -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.88"
30 +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.89"
31 # keep correct libdrm and dri2proto dep
32 # keep blocks in rdepend for binpkg
33 RDEPEND="