aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-02-05 16:50:08 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-02-05 16:50:08 +0100
commitbc456db36c8ec44a4802b44d061477efbecd05e1 (patch)
tree170b7b0ee1575fb460de3d2a4ca47961b4dfba58 /bin/save-ebuild-env.sh
parenttest_compile_modules: ignore unreadable files/dirs (diff)
downloadportage-bc456db36c8ec44a4802b44d061477efbecd05e1.tar.gz
portage-bc456db36c8ec44a4802b44d061477efbecd05e1.tar.bz2
portage-bc456db36c8ec44a4802b44d061477efbecd05e1.zip
Rename a private function.
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 7a31b89d4..98cff839e 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @FUNCTION: __save_ebuild_env
@@ -71,7 +71,7 @@ __save_ebuild_env() {
__hasg __hasgq \
__save_ebuild_env __set_colors __filter_readonly_variables \
__preprocess_ebuild_env \
- __repo_key __source_all_bashrcs \
+ __repo_attr __source_all_bashrcs \
__ebuild_main __ebuild_phase __ebuild_phase_with_hooks \
__ebuild_arg_to_phase __ebuild_phase_funcs default \
__unpack_tar __unset_colors \