From 038d05af9bc94a6ed14ffe96592536986c7b6186 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 21 Feb 2020 11:54:54 -0800 Subject: [PATCH] app-arch/lbzip2: Run eautoreconf to fix tests Closes: https://bugs.gentoo.org/708342 Signed-off-by: Matt Turner --- app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.26.2