From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B8901381F3 for ; Thu, 21 Apr 2016 06:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF5221C03A; Thu, 21 Apr 2016 06:27:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8657421C03A for ; Thu, 21 Apr 2016 06:27:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89B28340C36 for ; Thu, 21 Apr 2016 06:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A598CB for ; Thu, 21 Apr 2016 06:27:09 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1461220033.47fa8d902034cc4c84229830affc623f98e85fdf.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/m4/m4-1.4.17.ebuild X-VCS-Directories: sys-devel/m4/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 47fa8d902034cc4c84229830affc623f98e85fdf X-VCS-Branch: master Date: Thu, 21 Apr 2016 06:27:09 +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-Archives-Salt: c2d9cba4-d025-4464-bb39-f6cebdbbdc6a X-Archives-Hash: 23dc137c8ac2852752bb9717a80eac48 commit: 47fa8d902034cc4c84229830affc623f98e85fdf Author: Anthony G. Basile gentoo org> AuthorDate: Thu Apr 21 06:26:40 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Apr 21 06:27:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47fa8d90 sys-devel/m4: add autoreconf needed with d2fb79b Package-Manager: portage-2.2.26 sys-devel/m4/m4-1.4.17.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild index b28aa18..d678d59 100644 --- a/sys-devel/m4/m4-1.4.17.ebuild +++ b/sys-devel/m4/m4-1.4.17.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils +inherit eutils autotools DESCRIPTION="GNU macro processor" HOMEPAGE="https://www.gnu.org/software/m4/m4.html" @@ -21,6 +21,7 @@ RDEPEND="" src_prepare() { epatch "${FILESDIR}"/${P}-fix-spawn_h_m4.patch #580688 + eautoreconf # Disable gnulib build test that has no impact on the source. # Re-enable w/next version bump (and gnulib is updated). #554728