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: Thu, 28 Apr 2022 18:40:07
Message-Id: 1651171166.f9bd5c386db1383ccca28cc495aa579eb49b7866.mattst88@gentoo
1 commit: f9bd5c386db1383ccca28cc495aa579eb49b7866
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 18:36:26 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 18:39:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bd5c38
7
8 media-libs/mesa: Require libdrm-2.4.110
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 15b5138f55fb..ea84dca27df0 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -49,7 +49,7 @@ REQUIRED_USE="
20 zink? ( vulkan )
21 "
22
23 -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.109"
24 +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.110"
25 RDEPEND="
26 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
27 >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}]