diff options
Diffstat (limited to 'app-shells/bash/bash-2.05b-r9.ebuild')
-rw-r--r-- | app-shells/bash/bash-2.05b-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-2.05b-r9.ebuild b/app-shells/bash/bash-2.05b-r9.ebuild index 467db50c35a0..ac9e76ccf31e 100644 --- a/app-shells/bash/bash-2.05b-r9.ebuild +++ b/app-shells/bash/bash-2.05b-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.23 2004/09/28 09:30:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.24 2004/09/28 13:37:32 lv Exp $ inherit eutils flag-o-matic gnuconfig @@ -44,7 +44,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-rbash.patch # Fix parallel make, bug #41002. epatch ${FILESDIR}/${P}-parallel-build.patch - # Fix using bash with post-20040808 glibc ebuilds + # Fix using bash with post-20040808 glibc ebuilds (from fedora) epatch ${FILESDIR}/${P}-jobs.patch # Enable SSH_SOURCE_BASHRC (#24762) |