summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-04-25 18:56:59 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-04-25 18:57:39 -0400
commitaaf6442f3c201cd7bffe6403c03d460702e7bbba (patch)
treee935b3ef9f948b6bad4d24decff3619574942b7b /sys-devel/m4/m4-1.4.17.ebuild
parentRevert "sys-devel/m4: fix spawn_h.m4 for uclibc, bug #580688" (diff)
downloadgentoo-aaf6442f3c201cd7bffe6403c03d460702e7bbba.tar.gz
gentoo-aaf6442f3c201cd7bffe6403c03d460702e7bbba.tar.bz2
gentoo-aaf6442f3c201cd7bffe6403c03d460702e7bbba.zip
sys-devel/m4: fix spawn_h.m4 for uclibc, bugs #580688, #581086
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.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild
index 3e45c8c98c18..59480bbf4235 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}-posix_spawn.patch #580688, 581086
+
# 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"