diff options
author | 2005-12-30 10:09:53 +0000 | |
---|---|---|
committer | 2005-12-30 10:09:53 +0000 | |
commit | d5a30fe429132c347624636263256fc219fab238 (patch) | |
tree | cb9ce1351bcae3d8c5e8331be3533aee21c2f9e1 /app-shells | |
parent | stabilize (diff) | |
download | gentoo-2-d5a30fe429132c347624636263256fc219fab238.tar.gz gentoo-2-d5a30fe429132c347624636263256fc219fab238.tar.bz2 gentoo-2-d5a30fe429132c347624636263256fc219fab238.zip |
disable cross-compile patch for now
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-3.0-r14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-3.0-r14.ebuild b/app-shells/bash/bash-3.0-r14.ebuild index be9f6cb0c692..0111d9e6041a 100644 --- a/app-shells/bash/bash-3.0-r14.ebuild +++ b/app-shells/bash/bash-3.0-r14.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-r14.ebuild,v 1.1 2005/11/29 04:16:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r14.ebuild,v 1.2 2005/12/30 10:09:53 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -68,7 +68,7 @@ src_unpack() { # Fix parallel builds #87247 epatch "${FILESDIR}"/${P}-parallel.patch # Fix generation of signals list when cross-compiling - epatch "${FILESDIR}"/${P}-cross-signals.patch + #epatch "${FILESDIR}"/${P}-cross-signals.patch # Log bash commands to syslog #91327 if use bashlogger ; then echo |