Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Sat, 28 Mar 2015 19:51:42
Message-Id: 1427571395.fd404d0d17cff9f1428ba1e7dd556276168c67ad.mattst88@gentoo
1 commit: fd404d0d17cff9f1428ba1e7dd556276168c67ad
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 28 19:36:35 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 19:36:35 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=fd404d0d
7
8 media-libs/mesa: Depend on libXfixes.
9
10 Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=542812
11
12 media-libs/mesa/mesa-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index ffec51d..1b23826 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -93,6 +93,7 @@ RDEPEND="
20 >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}]
21 >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
22 >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}]
23 + x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
24 llvm? (
25 video_cards_radeonsi? ( || (
26 >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]