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, 09 Nov 2013 06:55:28
Message-Id: 1383980045.e5aaf0f335184b0613ed9c433d3db490468fc89d.mattst88@gentoo
1 commit: e5aaf0f335184b0613ed9c433d3db490468fc89d
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 9 06:54:05 2013 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 9 06:54:05 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e5aaf0f3
7
8 media-libs/mesa: Fix breakage after 7df63c40659.
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
15 index abbe8d1..5e4a0be 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -224,7 +224,7 @@ multilib_src_configure() {
19 fi
20
21 if use egl; then
22 - myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
23 + myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") "
24 fi
25
26 if use gallium; then