commit: 8003dbb063a24b67ad723b6b153617b24ab7d697 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 26 09:57:32 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 26 09:57:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8003dbb0
www-client/w3m: revert back to eautoconf for now Earlier, we switched to eautoreconf because: - it's a noop when *.am is missing anyway - fixing the build system is preferable - this allows patches to be added without first having to fix an unrelated issue first Let's roll back to eautoconf for now because of a gettext mismatch. Fixes: 50c53cbcbe84fe1473244e2bd6ad5e4533601bac Fixes: 5d3abfa9559c11bd9ac3087a9bf3debd51cf0c30 Bug: https://bugs.gentoo.org/778482 Closes: https://bugs.gentoo.org/785760 Signed-off-by: Sam James <sam <AT> gentoo.org> www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild b/www-client/w3m/w3m-0.5.3_p20210102.ebuild index 60b0c812ca7..9a715d6d57c 100644 --- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild +++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild @@ -58,7 +58,7 @@ src_prepare() { sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die hprefixify acinclude.m4 - AT_M4DIR="m4" eautoreconf + AT_M4DIR="m4" eautoconf } src_configure() {
