Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Sun, 26 May 2013 18:35:21
Message-Id: 1369593322.110295ecac13a72b6ab7bb81d66a9c6bccb473d1.chithead@gentoo
1 commit: 110295ecac13a72b6ab7bb81d66a9c6bccb473d1
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 18:35:22 2013 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sun May 26 18:35:22 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=110295ec
7
8 media-libs/mesa: fix bash syntax errors
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
15 index 44d2e44..5f32bfa 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -239,7 +239,7 @@ src_configure() {
19 gallium_enable video_cards_i915 i915
20 gallium_enable video_cards_ilo ilo
21 if ! use video_cards_i915 && \
22 - ! use video_cards_i965 && \
23 + ! use video_cards_i965; then
24 gallium_enable video_cards_intel i915
25 fi