diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-09-23 08:10:09 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-09-23 08:10:09 +0000 |
commit | b0ef2d05c7390ff920361994222ac3679491e35c (patch) | |
tree | e6f91dbe4dab9cc2acc0c3bec47fdc025f74d1b6 /app-shells/ksh/ksh-93.20040229.ebuild | |
parent | clean older versions (Manifest recommit) (diff) | |
download | gentoo-2-b0ef2d05c7390ff920361994222ac3679491e35c.tar.gz gentoo-2-b0ef2d05c7390ff920361994222ac3679491e35c.tar.bz2 gentoo-2-b0ef2d05c7390ff920361994222ac3679491e35c.zip |
attempting to fix #50000
Diffstat (limited to 'app-shells/ksh/ksh-93.20040229.ebuild')
-rw-r--r-- | app-shells/ksh/ksh-93.20040229.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/ksh/ksh-93.20040229.ebuild b/app-shells/ksh/ksh-93.20040229.ebuild index 6005133eea9b..83ccc15dd396 100644 --- a/app-shells/ksh/ksh-93.20040229.ebuild +++ b/app-shells/ksh/ksh-93.20040229.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/ksh/ksh-93.20040229.ebuild,v 1.8 2004/09/14 17:59:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.9 2004/09/23 08:10:09 taviso Exp $ inherit ccc eutils flag-o-matic @@ -36,6 +36,7 @@ src_unpack() { # `package read` will unpack any tarballs put in place. ${S}/bin/package read || die + epatch ${FILESDIR}/ksh-build-problems.diff || die } src_compile() { |