commit:     47fa8d902034cc4c84229830affc623f98e85fdf
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 06:26:40 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> 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

Reply via email to