diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-02-21 11:54:54 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-02-21 12:33:47 -0800 |
commit | 038d05af9bc94a6ed14ffe96592536986c7b6186 (patch) | |
tree | 8118149472e2c3bdca7b3a6b3e7c580fd61ba015 /app-arch/lbzip2 | |
parent | sci-astronomy/celestia: Remove last-rited versions (diff) | |
download | gentoo-038d05af9bc94a6ed14ffe96592536986c7b6186.tar.gz gentoo-038d05af9bc94a6ed14ffe96592536986c7b6186.tar.bz2 gentoo-038d05af9bc94a6ed14ffe96592536986c7b6186.zip |
app-arch/lbzip2: Run eautoreconf to fix tests
Closes: https://bugs.gentoo.org/708342
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-arch/lbzip2')
-rw-r--r-- | app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild b/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild index ca3b9a2c4d92..fae4cd992c8d 100644 --- a/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild +++ b/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild @@ -3,6 +3,8 @@ EAPI="7" +inherit autotools + DESCRIPTION="Parallel bzip2 utility" HOMEPAGE="https://github.com/kjn/lbzip2/" SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz" @@ -20,6 +22,11 @@ PATCHES=( "${FILESDIR}"/${P}-fix-unaligned.patch ) +src_prepare() { + default + eautoreconf +} + src_configure() { local myeconfargs=( --disable-silent-rules |