summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-10-28 19:23:01 +0000
committerMike Frysinger <vapier@gentoo.org>2007-10-28 19:23:01 +0000
commit458ede46d7ce28268eee8565b8f869930da2d8e1 (patch)
treebf6537290072cc91a7649681bb8910e7bd43ad0a /app-shells/bash/bash-3.2_p25.ebuild
parentApplied GCC 4.2 patch from PLD for bug #186637. (gcc-porting) Fix quoting. (diff)
downloadgentoo-2-458ede46d7ce28268eee8565b8f869930da2d8e1.tar.gz
gentoo-2-458ede46d7ce28268eee8565b8f869930da2d8e1.tar.bz2
gentoo-2-458ede46d7ce28268eee8565b8f869930da2d8e1.zip
Fix building in parallel #189671.
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-shells/bash/bash-3.2_p25.ebuild')
-rw-r--r--app-shells/bash/bash-3.2_p25.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/bash/bash-3.2_p25.ebuild b/app-shells/bash/bash-3.2_p25.ebuild
index 3cec03a4f288..2fb5a13c8cd8 100644
--- a/app-shells/bash/bash-3.2_p25.ebuild
+++ b/app-shells/bash/bash-3.2_p25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.1 2007/08/24 22:11:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.2 2007/10/28 19:23:00 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
@@ -64,6 +64,7 @@ src_unpack() {
if ! use vanilla ; then
epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch
epatch "${FILESDIR}"/${PN}-3.2-loadables.patch
+ epatch "${FILESDIR}"/${PN}-3.2-parallel-build.patch #189671
# Fix process substitution on BSD.
epatch "${FILESDIR}"/${PN}-3.2-process-subst.patch