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 03F98138A1A for ; Tue, 17 Feb 2015 22:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DDDAE0830; Tue, 17 Feb 2015 22:27:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54084E0830 for ; Tue, 17 Feb 2015 22:27:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FEC234069C for ; Tue, 17 Feb 2015 22:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C99BE11FB3 for ; Tue, 17 Feb 2015 22:19:10 +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: <1424211525.39a856b98d242d88136bf3b784188d73db3ad5b5.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: 39a856b98d242d88136bf3b784188d73db3ad5b5 X-VCS-Branch: master Date: Tue, 17 Feb 2015 22:19:10 +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: 404de7c8-c30f-4a54-8f08-49545f15d88c X-Archives-Hash: 917a9669f66e21985620994d509e51ae commit: 39a856b98d242d88136bf3b784188d73db3ad5b5 Author: Matt Turner gmail com> AuthorDate: Tue Feb 17 22:18:45 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Feb 17 22:18:45 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=39a856b9 media-libs/mesa: Remove unnecessary copy_sources. --- media-libs/mesa/mesa-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 32d1b48..9596cb8 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -221,7 +221,6 @@ src_prepare() { base_src_prepare eautoreconf - multilib_copy_sources } multilib_src_configure() { @@ -309,7 +308,7 @@ multilib_src_configure() { # build fails with BSD indent, bug #428112 use userland_GNU || export INDENT=cat - econf \ + ECONF_SOURCE="${S}" econf \ --enable-dri \ --enable-glx \ --enable-shared-glapi \