From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BE14138350 for ; Fri, 21 Feb 2020 20:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 514AFE08AD; Fri, 21 Feb 2020 20:34:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FFD2E08AD for ; Fri, 21 Feb 2020 20:34:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D34A34EF3D for ; Fri, 21 Feb 2020 20:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882B5147 for ; Fri, 21 Feb 2020 20:33:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1582317227.038d05af9bc94a6ed14ffe96592536986c7b6186.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild X-VCS-Directories: app-arch/lbzip2/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 038d05af9bc94a6ed14ffe96592536986c7b6186 X-VCS-Branch: master Date: Fri, 21 Feb 2020 20:33:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2be07ab-cad8-455d-86c5-c7f419949ae8 X-Archives-Hash: e0bb0580065fbd12bac392317c7b93b9 commit: 038d05af9bc94a6ed14ffe96592536986c7b6186 Author: Matt Turner gentoo org> AuthorDate: Fri Feb 21 19:54:54 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Feb 21 20:33:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038d05af app-arch/lbzip2: Run eautoreconf to fix tests Closes: https://bugs.gentoo.org/708342 Signed-off-by: Matt Turner gentoo.org> 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 ca3b9a2c4d9..fae4cd992c8 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