commit:     2b77d8b4bdd87d71c9eac15f1611f4e61d55d01d
Author:     D. Ben Knoble <ben.knoble+github <AT> gmail <DOT> com>
AuthorDate: Thu Jan 15 14:55:04 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  5 22:54:09 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b77d8b4

app-crypt/mhash: fix --netscape removal from pod2html

The fix for pod2html not supporting --netscape dates back pre-Git
transition, but it only substitutes in the Makefile.in, which (though
shipped with the source distribution) is regenerated by eautoreconf from
Makefile.am. Documentation is not built, and the failure is ignored (see
below). Nip the netscape flag in Makefile.am instead.

This has gone unnoticed because the pod2html invocation is on the
left-hand side of a pipe (Make exits with success even though pod2html
fails).

[sam: Revbump to propagate the doc fix.]

Signed-off-by: D. Ben Knoble <ben.knoble+github <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45386
Closes: https://github.com/gentoo/gentoo/pull/45386
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/mhash/{mhash-0.9.9.9-r3.ebuild => mhash-0.9.9.9-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mhash/mhash-0.9.9.9-r3.ebuild 
b/app-crypt/mhash/mhash-0.9.9.9-r4.ebuild
similarity index 98%
rename from app-crypt/mhash/mhash-0.9.9.9-r3.ebuild
rename to app-crypt/mhash/mhash-0.9.9.9-r4.ebuild
index 4d3ffb5106fe..0fe5db6d5842 100644
--- a/app-crypt/mhash/mhash-0.9.9.9-r3.ebuild
+++ b/app-crypt/mhash/mhash-0.9.9.9-r4.ebuild
@@ -39,7 +39,7 @@ src_prepare() {
 
        sed -i \
                -e 's/--netscape//' \
-               "${S}"/doc/Makefile.in || die
+               "${S}"/doc/Makefile.am || die
 
        sed \
                -e "s:@VERSION@:${PV}:" \

Reply via email to