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 DE35A1381F3 for ; Sun, 26 May 2013 18:26:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0C44E0B84; Sun, 26 May 2013 18:26:35 +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 46CDAE0B84 for ; Sun, 26 May 2013 18:26:35 +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 35E7D33BE2C for ; Sun, 26 May 2013 18:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BFC5CE4402 for ; Sun, 26 May 2013 18:26:32 +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: <1369592707.6d1e5cc0c423875f8f5ef58c34939a1dfe255acb.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: 6d1e5cc0c423875f8f5ef58c34939a1dfe255acb X-VCS-Branch: master Date: Sun, 26 May 2013 18:26:32 +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: 514560fd-2a12-4a5c-9c34-de574e00609a X-Archives-Hash: e81f1e2fd87094c7200e62ff516e7a84 commit: 6d1e5cc0c423875f8f5ef58c34939a1dfe255acb Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun May 26 18:25:07 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Sun May 26 18:25:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6d1e5cc0 media-libs/mesa: build ilo only when user explicitly requests it Do not build ilo unless VIDEO_CARDS=ilo is set, to avoid users accidentally building it. --- media-libs/mesa/mesa-9999.ebuild | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 0f02e71..bb75b6b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -202,7 +202,6 @@ src_configure() { driver_enable video_cards_i965 i965 if ! use video_cards_i915 && \ ! use video_cards_i965 && \ - ! use video_cards_ilo; then driver_enable video_cards_intel i915 i965 fi @@ -240,8 +239,7 @@ src_configure() { gallium_enable video_cards_ilo ilo if ! use video_cards_i915 && \ ! use video_cards_i965 && \ - ! use video_cards_ilo; then - gallium_enable video_cards_intel i915 ilo + gallium_enable video_cards_intel i915 fi gallium_enable video_cards_r300 r300