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: Tue, 01 Dec 2020 19:15:15
Message-Id: 1606850056.b62675059574f1f8d037c9856ba9ddb3e9858fbf.mattst88@gentoo
1 commit: b62675059574f1f8d037c9856ba9ddb3e9858fbf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 19:13:32 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 19:14:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6267505
7
8 media-libs/mesa: Drop dependency on libXdamage
9
10 Upstream commit 94a9867b0569 ("glx: Remove DRI1") removed this
11 dependency.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 media-libs/mesa/mesa-9999.ebuild | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
19 index 1da56517de7..61fb4135e80 100644
20 --- a/media-libs/mesa/mesa-9999.ebuild
21 +++ b/media-libs/mesa/mesa-9999.ebuild
22 @@ -116,7 +116,6 @@ RDEPEND="
23 X? (
24 >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
25 >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
26 - >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}]
27 >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}]
28 >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
29 >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}]