From d2fb79b419c1da51746a75a5f55e8b10a7993673 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 20 Apr 2016 18:59:42 -0400 Subject: sys-devel/m4: fix spawn_h.m4 for uclibc, bug #580688 Package-Manager: portage-2.2.26 --- sys-devel/m4/m4-1.4.17.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sys-devel/m4/m4-1.4.17.ebuild') diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild index 3e45c8c98c1..b28aa180460 100644 --- a/sys-devel/m4/m4-1.4.17.ebuild +++ b/sys-devel/m4/m4-1.4.17.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" + +inherit eutils DESCRIPTION="GNU macro processor" HOMEPAGE="https://www.gnu.org/software/m4/m4.html" @@ -18,6 +20,8 @@ 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" -- cgit v1.2.1