diff options
author | Stefan Jones <cretin@gentoo.org> | 2006-05-12 14:27:56 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2006-05-12 14:27:56 +0000 |
commit | 74f198ac2cd20386d30a310f79c6ea5853c9707f (patch) | |
tree | cf80b4865b40de71d84f1ee39c8f82ffaba5e8ed /app-shells/ksh | |
parent | added basic src_compile, needed until the package gets ported to new gnat.ecl... (diff) | |
download | gentoo-2-74f198ac2cd20386d30a310f79c6ea5853c9707f.tar.gz gentoo-2-74f198ac2cd20386d30a310f79c6ea5853c9707f.tar.bz2 gentoo-2-74f198ac2cd20386d30a310f79c6ea5853c9707f.zip |
Remove gcc4 patch
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/ksh-93.20060214-r1.ebuild | 3 |
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 } |