diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-04-25 17:53:51 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-25 18:57:36 -0400 |
commit | 4cd636ae6940f204fdffdad8954f5043cf93a204 (patch) | |
tree | 9cec8d3acbf89934d493368e7b31b0996ec81632 /sys-devel/m4/m4-1.4.17.ebuild | |
parent | Revert "sys-devel/m4: add autoreconf needed with d2fb79b" (diff) | |
download | gentoo-4cd636ae6940f204fdffdad8954f5043cf93a204.tar.gz gentoo-4cd636ae6940f204fdffdad8954f5043cf93a204.tar.bz2 gentoo-4cd636ae6940f204fdffdad8954f5043cf93a204.zip |
Revert "sys-devel/m4: fix spawn_h.m4 for uclibc, bug #580688"
This reverts commit d2fb79b419c1da51746a75a5f55e8b10a7993673.
Diffstat (limited to 'sys-devel/m4/m4-1.4.17.ebuild')
-rw-r--r-- | sys-devel/m4/m4-1.4.17.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild index b28aa1804602..3e45c8c98c18 100644 --- a/sys-devel/m4/m4-1.4.17.ebuild +++ b/sys-devel/m4/m4-1.4.17.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" - -inherit eutils +EAPI="4" DESCRIPTION="GNU macro processor" HOMEPAGE="https://www.gnu.org/software/m4/m4.html" @@ -20,8 +18,6 @@ DEPEND="app-arch/xz-utils" RDEPEND="" src_prepare() { - epatch "${FILESDIR}"/${P}-fix-spawn_h_m4.patch #580688 - # Disable gnulib build test that has no impact on the source. # Re-enable w/next version bump (and gnulib is updated). #554728 [[ ${PV} != "1.4.17" ]] && die "re-enable test #554728" |