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, 21 Apr 2021 21:26:29
Message-Id: 1619040354.149863abfec54e9d5e51a3325eed6985dfd1231d.mattst88@gentoo
1 commit: 149863abfec54e9d5e51a3325eed6985dfd1231d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 21:22:48 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 21:25:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149863ab
7
8 media-libs/mesa: Require libdrm-2.4.105
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index ebeac9698ee..1c0e0aaca5d 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -73,7 +73,7 @@ REQUIRED_USE="
20 zink? ( gallium vulkan )
21 "
22
23 -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.100"
24 +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.105"
25 RDEPEND="
26 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
27 >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}]