commit: 39a856b98d242d88136bf3b784188d73db3ad5b5
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 17 22:18:45 2015 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 \