From: Zac Medico Date: Fri, 23 Nov 2007 11:07:47 +0000 (-0000) Subject: Make save_ebuild_env() filter the new source_all_bashrcs() function X-Git-Tag: v2.2_pre1~338 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=19a70cdeb276c98b5ce71abb224fd97ea72d09ec;p=portage.git Make save_ebuild_env() filter the new source_all_bashrcs() function from the environment. svn path=/main/trunk/; revision=8623 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 770715a5a..1d364340d 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1445,7 +1445,8 @@ save_ebuild_env() { dyn_preinst dyn_help debug-print debug-print-function \ debug-print-section inherit EXPORT_FUNCTIONS newdepend newrdepend \ newpdepend do_newdepend remove_path_entry killparent \ - save_ebuild_env filter_readonly_variables preprocess_ebuild_env + save_ebuild_env filter_readonly_variables preprocess_ebuild_env \ + source_all_bashrcs # portage config variables and variables set directly by portage unset ACCEPT_KEYWORDS AUTOCLEAN BAD BRACKET BUILD_PREFIX CLEAN_DELAY \