commit:     a0383cdd4e5f5399a0db34401dac1a9b2cf62b97
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 22:43:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 23:13:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0383cdd

app-crypt/mhash: refresh bundled libtool

Closes: https://bugs.gentoo.org/668666
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild 
b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
index ac1dfcae39a..a1d32fa5402 100644
--- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
+++ b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="Library providing a uniform interface to a large number of hash 
algorithms"
 HOMEPAGE="http://mhash.sourceforge.net/";
 SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
@@ -35,6 +37,11 @@ src_prepare() {
        sed -i \
                -e 's/--netscape//' \
                "${S}"/doc/Makefile.in || die
+
+       # Refresh bundled libtool (ltmain.sh)
+       # (elibtoolize is not sufficient)
+       # bug #668666
+       eautoreconf
 }
 
 src_configure() {

Reply via email to