From: Matt Turner Date: Fri, 21 Feb 2020 19:54:54 +0000 (-0800) Subject: app-arch/lbzip2: Run eautoreconf to fix tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=038d05af9bc94a6ed14ffe96592536986c7b6186;p=gentoo.git app-arch/lbzip2: Run eautoreconf to fix tests Closes: https://bugs.gentoo.org/708342 Signed-off-by: Matt Turner --- 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