Function and variable names beginning with __ are reserved for package manager use. Should be trivial to fix by replacing it by a single underscore. Policy reference: https://projects.gentoo.org/pms/8/pms.html#x1-13700012.3.17
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40703c4f8379c52c7c5f19d340d2ae76fd522ff5 commit 40703c4f8379c52c7c5f19d340d2ae76fd522ff5 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-04-12 04:34:00 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-04-12 05:58:34 +0000 autotools.eclass: don't use reserved variable (__) Closes: https://bugs.gentoo.org/806368 Signed-off-by: Sam James <sam@gentoo.org> eclass/autotools.eclass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)