From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RVWf0-00080U-CL for garchives@archives.gentoo.org; Tue, 29 Nov 2011 23:00:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6825A21C030; Tue, 29 Nov 2011 23:00:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 321CD21C023 for ; Tue, 29 Nov 2011 23:00:10 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D48F1B405D for ; Tue, 29 Nov 2011 23:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9578F80044 for ; Tue, 29 Nov 2011 23:00:08 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <97ef7d9909e83b775e60547cca5c7e7053043f30.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 97ef7d9909e83b775e60547cca5c7e7053043f30 Date: Tue, 29 Nov 2011 23:00:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3070d1d6-bfe2-4708-bb91-1304aa4c5309 X-Archives-Hash: 5447407a195dcf221fc6ec56278a3b39 commit: 97ef7d9909e83b775e60547cca5c7e7053043f30 Author: Matt Turner gmail com> AuthorDate: Tue Nov 29 22:55:42 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Tue Nov 29 22:55:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D97ef7d99 media-libs/mesa: remove i965/gallium driver It was deleted upstream in 2c27f204f1ca6f09f9520712be1da9a13ed5c01d --- media-libs/mesa/mesa-9999.ebuild | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 697dfa4..751a59d 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -64,6 +64,7 @@ REQUIRED_USE=3D" vdpau? ( g3dvl ) xvmc? ( g3dvl ) video_cards_i915? ( classic ) + video_cards_i965? ( classic ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium ) @@ -222,10 +223,8 @@ src_configure() { gallium_enable video_cards_vmware svga gallium_enable video_cards_nouveau nouveau gallium_enable video_cards_i915 i915 - gallium_enable video_cards_i965 i965 - if ! use video_cards_i915 && \ - ! use video_cards_i965; then - gallium_enable video_cards_intel i915 i965 + if ! use video_cards_i915; then + gallium_enable video_cards_intel i915 fi =20 gallium_enable video_cards_r300 r300