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 49C4D1384B4 for ; Fri, 13 Nov 2015 02:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDB1521C107; Fri, 13 Nov 2015 02:56:02 +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 5E57F21C107 for ; Fri, 13 Nov 2015 02:56:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 763373405BB for ; Fri, 13 Nov 2015 02:56:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00115A44 for ; Fri, 13 Nov 2015 02:55:55 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1447379416.5f713892dd9d4a5d06d6d2994c732b7abb96efd1.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/save-ebuild-env.sh X-VCS-Directories: bin/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 5f713892dd9d4a5d06d6d2994c732b7abb96efd1 X-VCS-Branch: master Date: Fri, 13 Nov 2015 02:55:55 +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: 57e7f8a7-c950-4915-9434-e04d304a4ed8 X-Archives-Hash: c050c26951083fe70b7dc474a5c13828 commit: 5f713892dd9d4a5d06d6d2994c732b7abb96efd1 Author: Mike Frysinger gentoo org> AuthorDate: Fri Nov 13 01:50:16 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Nov 13 01:50:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5f713892 ebuild: clear __bashpid & __start_distcc from env These are internal funcs that should not be exported into the env. bin/save-ebuild-env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh index 8036342..31c2d60 100644 --- a/bin/save-ebuild-env.sh +++ b/bin/save-ebuild-env.sh @@ -76,6 +76,7 @@ __save_ebuild_env() { __ebuild_arg_to_phase __ebuild_phase_funcs default \ __unpack_tar __unset_colors \ __source_env_files __try_source __check_bash_version \ + __bashpid __start_distcc \ __eqaquote __eqatag \ ${QA_INTERCEPTORS}