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: Wed, 08 Mar 2017 04:59:42
Message-Id: 1488949076.454d48a3d98fb1967d822ebe8606dbffcf370da7.mattst88@gentoo
1 commit: 454d48a3d98fb1967d822ebe8606dbffcf370da7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 8 04:40:10 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 8 04:57:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454d48a3
7
8 media-libs/mesa: Fix libdrm dependencies.
9
10 media-libs/mesa/mesa-17.0.1.ebuild | 2 +-
11 media-libs/mesa/mesa-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/media-libs/mesa/mesa-17.0.1.ebuild b/media-libs/mesa/mesa-17.0.1.ebuild
15 index 699313f62e6..6594ed90ea3 100644
16 --- a/media-libs/mesa/mesa-17.0.1.ebuild
17 +++ b/media-libs/mesa/mesa-17.0.1.ebuild
18 @@ -75,7 +75,7 @@ REQUIRED_USE="
19 ${PYTHON_REQUIRED_USE}
20 "
21
22 -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.72"
23 +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.74"
24 # keep correct libdrm and dri2proto dep
25 # keep blocks in rdepend for binpkg
26 RDEPEND="
27
28 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
29 index 15ce6d4cbd1..6ba97de334c 100644
30 --- a/media-libs/mesa/mesa-9999.ebuild
31 +++ b/media-libs/mesa/mesa-9999.ebuild
32 @@ -75,7 +75,7 @@ REQUIRED_USE="
33 ${PYTHON_REQUIRED_USE}
34 "
35
36 -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.72"
37 +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.75"
38 # keep correct libdrm and dri2proto dep
39 # keep blocks in rdepend for binpkg
40 RDEPEND="