summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-04-21 02:26:40 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-04-21 02:27:13 -0400
commit47fa8d902034cc4c84229830affc623f98e85fdf (patch)
treeeb61884cb7dec81d3633dbb87b2b749a3e6e6d93 /sys-devel/m4/m4-1.4.17.ebuild
parentdev-python/rtslib-fb: add conflict with rtslib for bug 580378 (diff)
downloadgentoo-47fa8d902034cc4c84229830affc623f98e85fdf.tar.gz
gentoo-47fa8d902034cc4c84229830affc623f98e85fdf.tar.bz2
gentoo-47fa8d902034cc4c84229830affc623f98e85fdf.zip
sys-devel/m4: add autoreconf needed with d2fb79b
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-devel/m4/m4-1.4.17.ebuild')
-rw-r--r--sys-devel/m4/m4-1.4.17.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild
index b28aa1804602..d678d59d5463 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