aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-14 10:09:08 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-14 10:09:08 -0700
commit565adddf0ce3d492a605c9353865867e7cc226e6 (patch)
tree5a9e4c811fd1286e9d5ffeb9505bc2d083d93375 /bin/save-ebuild-env.sh
parentemerge-delta-webrsync: fix vecho breakage (diff)
downloadportage-565adddf0ce3d492a605c9353865867e7cc226e6.tar.gz
portage-565adddf0ce3d492a605c9353865867e7cc226e6.tar.bz2
portage-565adddf0ce3d492a605c9353865867e7cc226e6.zip
save-ebuild-env: fix for __dyn* renames
Diffstat (limited to 'bin/save-ebuild-env.sh')
-rw-r--r--bin/save-ebuild-env.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index c2082aba3..3b1a1da49 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -61,15 +61,18 @@ __save_ebuild_env() {
into insinto exeinto docinto \
insopts diropts exeopts libopts docompress \
__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_pretend dyn_help debug-print debug-print-function \
+ __abort_test __abort_install __dyn_prepare __dyn_configure \
+ __dyn_compile __dyn_test __dyn_install \
+ __dyn_preinst __dyn_pretend __dyn_help \
+ debug-print debug-print-function \
debug-print-section __helpers_die inherit EXPORT_FUNCTIONS \
nonfatal register_success_hook \
- __save_ebuild_env __filter_readonly_variables __preprocess_ebuild_env \
+ __save_ebuild_env __set_colors __filter_readonly_variables \
+ __preprocess_ebuild_env \
__source_all_bashrcs \
__ebuild_main __ebuild_phase __ebuild_phase_with_hooks \
__ebuild_arg_to_phase __ebuild_phase_funcs default \
+ __unset_colors \
_hasg _hasgq _unpack_tar \
${QA_INTERCEPTORS}