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 1SDGWN-0001M8-R0 for garchives@archives.gentoo.org; Thu, 29 Mar 2012 14:40:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4B84E085E; Thu, 29 Mar 2012 14:40:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 85827E085E for ; Thu, 29 Mar 2012 14:40:05 +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 0123C1B400E for ; Thu, 29 Mar 2012 14:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0A96E5402 for ; Thu, 29 Mar 2012 14:40:00 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1333032029.43c581afd29519401eb45b04f2a0003d4a644625.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: 43c581afd29519401eb45b04f2a0003d4a644625 X-VCS-Branch: master Date: Thu, 29 Mar 2012 14:40:00 +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: daae8459-dd77-4a07-bf69-297d87e390f2 X-Archives-Hash: 66646b854dd213ef2b1995474f7ed3c9 commit: 43c581afd29519401eb45b04f2a0003d4a644625 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Thu Mar 29 14:40:29 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Thu Mar 29 14:40:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D43c581af media-libs/mesa: import python3 test fix from bug #407887. --- media-libs/mesa/mesa-9999.ebuild | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index b039e8e..a8cb901 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -165,6 +165,9 @@ src_prepare() { sed -i -e "s/-DSVR4/-D_POSIX_C_SOURCE=3D200112L/" configure.ac || die fi =20 + # Tests fail against python-3, bug #407887 + sed -i 's|/usr/bin/env python|/usr/bin/env python2|' src/glsl/tests/com= pare_ir || die + base_src_prepare =20 eautoreconf