commit: 929567bd3d085f454070f33cbac29d2cfc747f74
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Tue Jul 15 00:39:58 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 22:28:38 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=929567bd
save-ebuild-env.sh: filter out the contains_word() function
The contains_word() function was added to the "isolated-functions.sh"
unit by the referenced commit. Ensure that it is filtered out by the
__save_ebuild_env() function.
See-also: 4a4631eef7186c29668a8c049d988b61469940fd
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/save-ebuild-env.sh | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index 233e4b6e85..0050f3d0de 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -97,12 +97,13 @@ __save_ebuild_env() (
__unpack_tar __vecho
addpredict addwrite adddeny addread assert best_version
- debug-print-function debug-print-section debug-print docompress
- default diropts docinto dostrip die einstall eqawarn exeinto
- exeopts ebegin eerror einfon econf einfo ewarn eend elog get_KV
- has_version hasq hasv has inherit insinto insopts into libopts
- nonfatal portageq register_success_hook register_die_hook
- use_enable use_with unpack useq usev use
+ contains_word debug-print-function debug-print-section
+ debug-print docompress default diropts docinto dostrip die
+ einstall eqawarn exeinto exeopts ebegin eerror einfon econf
+ einfo ewarn eend elog get_KV has_version hasq hasv has inherit
+ insinto insopts into libopts nonfatal portageq
+ register_success_hook register_die_hook use_enable use_with
+ unpack useq usev use
# Defined by the "ebuild.sh" utility.
${QA_INTERCEPTORS}