diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-01 14:13:32 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-01 14:14:16 -0500 |
commit | b62675059574f1f8d037c9856ba9ddb3e9858fbf (patch) | |
tree | b9071509eb194c436823baf0abb7100d0c55f99a /media-libs | |
parent | profiles/profiles.desc: add Prefix ppc64le profile (diff) | |
download | gentoo-b62675059574f1f8d037c9856ba9ddb3e9858fbf.tar.gz gentoo-b62675059574f1f8d037c9856ba9ddb3e9858fbf.tar.bz2 gentoo-b62675059574f1f8d037c9856ba9ddb3e9858fbf.zip |
media-libs/mesa: Drop dependency on libXdamage
Upstream commit 94a9867b0569 ("glx: Remove DRI1") removed this
dependency.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 1da56517de7e..61fb4135e805 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -116,7 +116,6 @@ RDEPEND=" X? ( >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}] >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}] - >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}] >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}] |