diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 23:43:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-01 00:13:18 +0100 |
commit | a0383cdd4e5f5399a0db34401dac1a9b2cf62b97 (patch) | |
tree | d11140f21fadadfa579279addc1aaae4161c3fe9 /app-crypt/mhash | |
parent | app-crypt/mhash: style changes (diff) | |
download | gentoo-a0383cdd4e5f5399a0db34401dac1a9b2cf62b97.tar.gz gentoo-a0383cdd4e5f5399a0db34401dac1a9b2cf62b97.tar.bz2 gentoo-a0383cdd4e5f5399a0db34401dac1a9b2cf62b97.zip |
app-crypt/mhash: refresh bundled libtool
Closes: https://bugs.gentoo.org/668666
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r-- | app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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 ac1dfcae39a7..a1d32fa5402d 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() { |