From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C42191382C5 for ; Mon, 26 Apr 2021 09:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D85E2E0898; Mon, 26 Apr 2021 09:57:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0421E0898 for ; Mon, 26 Apr 2021 09:57:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 406CB335DB0 for ; Mon, 26 Apr 2021 09:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67B98478 for ; Mon, 26 Apr 2021 09:57:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619431052.8003dbb063a24b67ad723b6b153617b24ab7d697.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3m/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3m/w3m-0.5.3_p20210102.ebuild X-VCS-Directories: www-client/w3m/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8003dbb063a24b67ad723b6b153617b24ab7d697 X-VCS-Branch: master Date: Mon, 26 Apr 2021 09:57:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55b236e8-eecb-49e0-8d98-a7cf5f94437a X-Archives-Hash: 7a6462120c72f7485fc6197f9d08defd commit: 8003dbb063a24b67ad723b6b153617b24ab7d697 Author: Sam James gentoo org> AuthorDate: Mon Apr 26 09:57:32 2021 +0000 Commit: Sam James gentoo 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 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() {