Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/
Date: Thu, 26 May 2016 00:01:35
Message-Id: 1464220868.44d9e6da463dacec3ee3a7ccf556dac6e6b7347a.heroxbd@gentoo
1 commit: 44d9e6da463dacec3ee3a7ccf556dac6e6b7347a
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 23:59:35 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 00:01:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d9e6da
7
8 p/p/l-s/make.defaults: EXTRA_PATH is not needed by mainline portage.
9
10 profiles/prefix/linux-standalone/make.defaults | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/profiles/prefix/linux-standalone/make.defaults b/profiles/prefix/linux-standalone/make.defaults
14 index 0341850..dd9cc12 100644
15 --- a/profiles/prefix/linux-standalone/make.defaults
16 +++ b/profiles/prefix/linux-standalone/make.defaults
17 @@ -12,6 +12,3 @@ USE="iconv"
18
19 # build gcc with parallelization support
20 USE="${USE} openmp"
21 -
22 -# Avoid host binaries called by ebuild. (#576658)
23 -EXTRA_PATH=""