save_ebuild_env: filter more functions
authorZac Medico <zmedico@gentoo.org>
Mon, 7 Nov 2011 08:32:18 +0000 (00:32 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 7 Nov 2011 08:32:18 +0000 (00:32 -0800)
dyn_pretend
helpers_die
nonfatal
register_success_hook

bin/save-ebuild-env.sh

index a84a1258b40e70112f5ccb228604de97c2dda896..f99d20457a811e1750b5433174f28716c1c9253c 100644 (file)
@@ -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 \