diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-04-25 17:53:36 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-25 18:57:34 -0400 |
commit | d2f7bcdf0723773fe8aafef3c02f63f838cf45af (patch) | |
tree | 4010d7d5dfec00bd8d75d2e7b33e4bdd7d493d1e /sys-devel/m4 | |
parent | dev-ruby/webmock: Version bump to 1.24.6 (diff) | |
download | gentoo-d2f7bcdf0723773fe8aafef3c02f63f838cf45af.tar.gz gentoo-d2f7bcdf0723773fe8aafef3c02f63f838cf45af.tar.bz2 gentoo-d2f7bcdf0723773fe8aafef3c02f63f838cf45af.zip |
Revert "sys-devel/m4: add autoreconf needed with d2fb79b"
This reverts commit 47fa8d902034cc4c84229830affc623f98e85fdf.
Diffstat (limited to 'sys-devel/m4')
-rw-r--r-- | sys-devel/m4/m4-1.4.17.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild index d678d59d5463..b28aa1804602 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 autotools +inherit eutils DESCRIPTION="GNU macro processor" HOMEPAGE="https://www.gnu.org/software/m4/m4.html" @@ -21,7 +21,6 @@ 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 |