summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-11-07 00:32:18 -0800
committerZac Medico <zmedico@gentoo.org>2011-11-07 00:32:18 -0800
commit37efaf908013455cb48102df3c3d2b8ae6260e6d (patch)
tree1b8cec6e629111d30415c41753c45e06faad2e77 /bin
parent38acf30cbf60c73fade97f121176158af898640c (diff)
downloadportage-37efaf908013455cb48102df3c3d2b8ae6260e6d.tar.gz
portage-37efaf908013455cb48102df3c3d2b8ae6260e6d.tar.bz2
portage-37efaf908013455cb48102df3c3d2b8ae6260e6d.zip
save_ebuild_env: filter more functions
dyn_pretend helpers_die nonfatal register_success_hook
Diffstat (limited to 'bin')
-rw-r--r--bin/save-ebuild-env.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index a84a1258b..f99d20457 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -60,8 +60,9 @@ save_ebuild_env() {
abort_handler abort_prepare abort_configure abort_compile \
abort_test abort_install dyn_prepare dyn_configure \
dyn_compile dyn_test dyn_install \
- dyn_preinst dyn_help debug-print debug-print-function \
- debug-print-section inherit EXPORT_FUNCTIONS remove_path_entry \
+ dyn_preinst dyn_pretend dyn_help debug-print debug-print-function \
+ debug-print-section helpers_die inherit EXPORT_FUNCTIONS \
+ nonfatal register_success_hook remove_path_entry \
save_ebuild_env filter_readonly_variables preprocess_ebuild_env \
set_unless_changed unset_unless_changed source_all_bashrcs \
ebuild_main ebuild_phase ebuild_phase_with_hooks \