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 1R56At-0000aC-BQ for garchives@archives.gentoo.org; Sun, 18 Sep 2011 01:28:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D00CF21C03C; Sun, 18 Sep 2011 01:27:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9BFA221C03C for ; Sun, 18 Sep 2011 01:27:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA3091B4009 for ; Sun, 18 Sep 2011 01:27:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 23D4280044 for ; Sun, 18 Sep 2011 01:27:52 +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: 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: f3ee5f7276a4e5314b7b372de419a09e48dbc14f Date: Sun, 18 Sep 2011 01:27:52 +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: X-Archives-Hash: ee4347c00f25d4fbac29ae848150c795 commit: f3ee5f7276a4e5314b7b372de419a09e48dbc14f Author: Matt Turner gmail com> AuthorDate: Sun Sep 18 01:27:31 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Sun Sep 18 01:27:31 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Df3ee5f72 media-libs/mesa: slang was removed before 7.9 --- media-libs/mesa/mesa-9999.ebuild | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 6efbc54..ff45d27 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -169,14 +169,6 @@ src_prepare() { sed -i -e 's/uint/unsigned int/g' src/egl/drivers/glx/egl_glx.c || die fi =20 - # In order for mesa to complete it's build process we need to use a too= l - # that it compiles. When we cross compile this clearly does not work - # so we require mesa to be built on the host system first. -solar - if tc-is-cross-compiler; then - sed -i -e "s#^GLSL_CL =3D .*\$#GLSL_CL =3D glsl_compiler#g" \ - "${S}"/src/mesa/shader/slang/library/Makefile || die - fi - base_src_prepare =20 eautoreconf