aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-14 10:17:22 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-14 10:17:22 -0700
commit7fdef103bb0ece06310d322456bb138f935bfbd0 (patch)
treee736fca7e181ba534096b1325e0834329308dcf3 /bin/save-ebuild-env.sh
parentsave-ebuild-env: fix for __dyn* renames (diff)
downloadportage-7fdef103bb0ece06310d322456bb138f935bfbd0.tar.gz
portage-7fdef103bb0ece06310d322456bb138f935bfbd0.tar.bz2
portage-7fdef103bb0ece06310d322456bb138f935bfbd0.zip
Use __ prefix for _hasg, _hasgq, and _unpack_tar.
Diffstat (limited to 'bin/save-ebuild-env.sh')
-rw-r--r--bin/save-ebuild-env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index 3b1a1da49..de8e1fb1a 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -67,13 +67,13 @@ __save_ebuild_env() {
debug-print debug-print-function \
debug-print-section __helpers_die inherit EXPORT_FUNCTIONS \
nonfatal register_success_hook \
+ __hasg __hasgq \
__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 \
+ __unpack_tar __unset_colors \
${QA_INTERCEPTORS}
case "${EAPI}" in