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 80A9D13826A for ; Thu, 26 May 2016 00:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E73421C01D; Thu, 26 May 2016 00:01:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2DC921C01D for ; Thu, 26 May 2016 00:01:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 539873406C2 for ; Thu, 26 May 2016 00:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7070EAA2 for ; Thu, 26 May 2016 00:01:25 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1464220868.44d9e6da463dacec3ee3a7ccf556dac6e6b7347a.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/linux-standalone/make.defaults X-VCS-Directories: profiles/prefix/linux-standalone/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 44d9e6da463dacec3ee3a7ccf556dac6e6b7347a X-VCS-Branch: master Date: Thu, 26 May 2016 00:01:25 +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: 6fd2f716-9ab7-475e-ba16-c305d493ac52 X-Archives-Hash: 392d1914b59f9b54c915654afd1a8f3a commit: 44d9e6da463dacec3ee3a7ccf556dac6e6b7347a Author: Benda Xu gentoo org> AuthorDate: Wed May 25 23:59:35 2016 +0000 Commit: Benda XU gentoo 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=""