From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AA051381F3 for ; Sun, 26 May 2013 18:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0DB6E0BDD; Sun, 26 May 2013 18:35:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78677E0BDD for ; Sun, 26 May 2013 18:35:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 930D333DFA8 for ; Sun, 26 May 2013 18:35:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2CBDBE4402 for ; Sun, 26 May 2013 18:35:18 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1369593322.110295ecac13a72b6ab7bb81d66a9c6bccb473d1.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 110295ecac13a72b6ab7bb81d66a9c6bccb473d1 X-VCS-Branch: master Date: Sun, 26 May 2013 18:35:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33f20898-aeeb-4369-864a-55c8e089c020 X-Archives-Hash: 619919c4708cd3b2c0fca2f5c5f83b4d commit: 110295ecac13a72b6ab7bb81d66a9c6bccb473d1 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun May 26 18:35:22 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Sun May 26 18:35:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=110295ec media-libs/mesa: fix bash syntax errors --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 44d2e44..5f32bfa 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -239,7 +239,7 @@ src_configure() { gallium_enable video_cards_i915 i915 gallium_enable video_cards_ilo ilo if ! use video_cards_i915 && \ - ! use video_cards_i965 && \ + ! use video_cards_i965; then gallium_enable video_cards_intel i915 fi