diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-07 20:01:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-07 20:01:04 +0000 |
commit | 7025a569241df19f375748199b3c8406e63d1f7c (patch) | |
tree | 9a35ab4e6d221bb870afe7d758fc549f20e89922 /app-shells/bash/bash-4.2_p10.ebuild | |
parent | remove old (diff) | |
download | historical-7025a569241df19f375748199b3c8406e63d1f7c.tar.gz historical-7025a569241df19f375748199b3c8406e63d1f7c.tar.bz2 historical-7025a569241df19f375748199b3c8406e63d1f7c.zip |
Fix parallel build issues with parse.y and version.h/syntax.c.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'app-shells/bash/bash-4.2_p10.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.2_p10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/bash/bash-4.2_p10.ebuild b/app-shells/bash/bash-4.2_p10.ebuild index a1921e4b9134..006b9c14dfd8 100644 --- a/app-shells/bash/bash-4.2_p10.ebuild +++ b/app-shells/bash/bash-4.2_p10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p10.ebuild,v 1.4 2011/09/16 17:25:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p10.ebuild,v 1.5 2011/10/07 20:01:04 vapier Exp $ EAPI="1" @@ -73,6 +73,7 @@ src_unpack() { cd ../.. epatch "${FILESDIR}"/${PN}-4.2-execute-job-control.patch #383237 + epatch "${FILESDIR}"/${PN}-4.2-parallel-build.patch } src_compile() { |