I don't think this message is really useful for the users: # Don't rename configure.in _before_ any possible user patches! if [[ -f "configure.in" ]] ; then elog "Renaming configure.in to configure.ac" mv configure.{in,ac} || die fi I would then not save it in the logs Thanks
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca08fa492a8b161bee8ac802e76e6674ca2e0f8 commit aca08fa492a8b161bee8ac802e76e6674ca2e0f8 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2021-02-10 20:39:52 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2021-02-10 20:40:29 +0000 apache-2.eclass: Replace elog with einfo Closes: https://bugs.gentoo.org/769914 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> eclass/apache-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks Lars!