summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-07-07 18:36:15 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-07-07 18:36:15 +0000
commit6419e23b7f9e58ce5fc7c7e462b9fe58b70a056a (patch)
treeb5a323962168c653b99e597246700586314d110d /app-shells
parentStable on x86. (diff)
downloadgentoo-2-6419e23b7f9e58ce5fc7c7e462b9fe58b70a056a.tar.gz
gentoo-2-6419e23b7f9e58ce5fc7c7e462b9fe58b70a056a.tar.bz2
gentoo-2-6419e23b7f9e58ce5fc7c7e462b9fe58b70a056a.zip
Add parallel build fix patch back again.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/ChangeLog5
-rw-r--r--app-shells/bash/bash-3.0-r12.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog
index 118fd3d094c4..191b9150399d 100644
--- a/app-shells/bash/ChangeLog
+++ b/app-shells/bash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/bash
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.70 2005/07/06 12:32:50 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.71 2005/07/07 18:36:15 azarah Exp $
+
+ 07 Jul 2005; Martin Schlemmer <azarah@gentoo.org> bash-3.0-r12.ebuild:
+ Add parallel build fix patch back again.
06 Jul 2005; Martin Schlemmer <azarah@gentoo.org> files/dot-bashrc:
Add support for rxvt-unicode in the window title code, bug #98090.
diff --git a/app-shells/bash/bash-3.0-r12.ebuild b/app-shells/bash/bash-3.0-r12.ebuild
index 03848ef90eaf..8aa0d513eb65 100644
--- a/app-shells/bash/bash-3.0-r12.ebuild
+++ b/app-shells/bash/bash-3.0-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r12.ebuild,v 1.1 2005/07/05 22:52:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r12.ebuild,v 1.2 2005/07/07 18:36:15 azarah Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -87,6 +87,9 @@ src_unpack() {
echo '#define PGRP_PIPE 1' >> config-bot.h
sed -i 's:-lcurses:-lncurses:' configure || die "sed configure"
+
+ # Fix parallel builds #87247
+ epatch ${FILESDIR}/${P}-parallel.patch
}
src_compile() {