commit: d04859f632112e7995ed3cf8327252f961c480b8
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Tue Jul 15 01:02:37 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 22:28:39 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d04859f6
save-ebuild-env.sh: filter out the __compose_bzip2() function
The __compose_bzip2() function was added to the "phase-helpers.sh" unit
by the referenced commit. Ensure that it is filtered out by the
__save_ebuild_env() function.
See-also: 1b20070166fdb08b28bebd7db66171329f760f77
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/save-ebuild-env.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index 473addc23d..6a305a71d4 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -81,10 +81,10 @@ __save_ebuild_env() (
__assert_sigpipe_ok __abort_configure __abort_compile
__abort_handler __abort_install __abort_prepare __abort_test
- __check_bash_version __dyn_configure __dyn_compile
- __dyn_install __dyn_prepare __dyn_pretend __dump_trace
- __dyn_unpack __dyn_clean __dyn_setup __dyn_help __dyn_test
- __ebuild_phase_with_hooks __eapi7_ver_compare_int
+ __check_bash_version __compose_bzip2_cmd __dyn_configure
+ __dyn_compile __dyn_install __dyn_prepare __dyn_pretend
+ __dump_trace __dyn_unpack __dyn_clean __dyn_setup __dyn_help
+ __dyn_test __ebuild_phase_with_hooks __eapi7_ver_compare_int
__eapi7_ver_parse_range __ebuild_arg_to_phase
__ebuild_phase_funcs __eapi7_ver_compare __eapi7_ver_split
__ebuild_phase __ebuild_main __elog_base __eqaquote __eqatag