commit:     46faf7d832ac91bb5b4cfd002be854f359a829db
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Tue Jul 15 00:42:21 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=46faf7d8

save-ebuild-env.sh: filter out the find0() function

The find0() 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: a0210b3c49ea346b1e999f92a7ed89802e8d6849
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 bin/save-ebuild-env.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index 0050f3d0de..03a9954ad7 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -100,8 +100,8 @@ __save_ebuild_env() (
                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
+               einfo ewarn eend elog find0 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
 

Reply via email to