commit: 44d9e6da463dacec3ee3a7ccf556dac6e6b7347a
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 23:59:35 2016 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu May 26 00:01:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d9e6da
p/p/l-s/make.defaults: EXTRA_PATH is not needed by mainline portage.
profiles/prefix/linux-standalone/make.defaults | 3 ---
1 file changed, 3 deletions(-)
diff --git a/profiles/prefix/linux-standalone/make.defaults
b/profiles/prefix/linux-standalone/make.defaults
index 0341850..dd9cc12 100644
--- a/profiles/prefix/linux-standalone/make.defaults
+++ b/profiles/prefix/linux-standalone/make.defaults
@@ -12,6 +12,3 @@ USE="iconv"
# build gcc with parallelization support
USE="${USE} openmp"
-
-# Avoid host binaries called by ebuild. (#576658)
-EXTRA_PATH=""