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 8DE43138694 for ; Fri, 25 Jan 2013 23:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B2F7E052E; Fri, 25 Jan 2013 23:10:43 +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 E48BCE052E for ; Fri, 25 Jan 2013 23:10:42 +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 D287333DD30 for ; Fri, 25 Jan 2013 23:10:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6E167E4073 for ; Fri, 25 Jan 2013 23:10:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1359155595.96d4c45bbb100dffff588f9040a90c79ac739db1.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: 96d4c45bbb100dffff588f9040a90c79ac739db1 X-VCS-Branch: master Date: Fri, 25 Jan 2013 23:10:40 +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: a620bd35-467a-4373-9294-983dea959d23 X-Archives-Hash: c386ac85dc91591e6f5a443ab75b51af commit: 96d4c45bbb100dffff588f9040a90c79ac739db1 Author: Matt Turner gmail com> AuthorDate: Fri Jan 25 23:12:43 2013 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Jan 25 23:13:15 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=96d4c45b media-libs/mesa: Don't save glsl_compiler. It's gone. See upstream 569f0e40. --- media-libs/mesa/mesa-9999.ebuild | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 03cc5b0..118a196 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -275,11 +275,6 @@ src_install() { dodoc docs/patents.txt fi - # Save the glsl-compiler for later use - if ! tc-is-cross-compiler; then - dobin "${S}"/src/glsl/glsl_compiler - fi - # Install config file for eselect mesa insinto /usr/share/mesa newins "${FILESDIR}/eselect-mesa.conf.8.1" eselect-mesa.conf