summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2006-05-12 14:27:56 +0000
committerStefan Jones <cretin@gentoo.org>2006-05-12 14:27:56 +0000
commit25c02d509de08b3fc7d48554d72db2d22fbd124c (patch)
tree97712803a0e0ceda15dda05fc8a991677b41ccad /app-shells
parentadded basic src_compile, needed until the package gets ported to new gnat.ecl... (diff)
downloadhistorical-25c02d509de08b3fc7d48554d72db2d22fbd124c.tar.gz
historical-25c02d509de08b3fc7d48554d72db2d22fbd124c.tar.bz2
historical-25c02d509de08b3fc7d48554d72db2d22fbd124c.zip
Remove gcc4 patch
Package-Manager: portage-2.1_pre10-r5
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/ksh/ksh-93.20060214-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/ksh/ksh-93.20060214-r1.ebuild b/app-shells/ksh/ksh-93.20060214-r1.ebuild
index 1edf88a18ab4..28565b1a6e52 100644
--- a/app-shells/ksh/ksh-93.20060214-r1.ebuild
+++ b/app-shells/ksh/ksh-93.20060214-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20060214-r1.ebuild,v 1.1 2006/05/12 03:00:40 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20060214-r1.ebuild,v 1.2 2006/05/12 14:27:56 cretin Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -37,7 +37,6 @@ src_unpack() {
# `package read` will unpack any tarballs put in place.
${S}/bin/package read || die
- epatch ${FILESDIR}/ksh-20041225-gcc4.patch
epatch ${FILESDIR}/ksh-20050202-uname.patch
epatch ${FILESDIR}/ksh-20060124-syntax.patch
}