diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-06-01 16:26:31 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-06-01 16:26:31 +0000 |
commit | eeca147b44fe728010817f3e36de5ca3972d8ea2 (patch) | |
tree | 1bbce10e96fecf7671cc3cb7e755fabf5d7c72db /app-shells/ksh/ksh-93.20120229.ebuild | |
parent | Version bump, bug #419033, thank Nikoli for this job. (diff) | |
download | gentoo-2-eeca147b44fe728010817f3e36de5ca3972d8ea2.tar.gz gentoo-2-eeca147b44fe728010817f3e36de5ca3972d8ea2.tar.bz2 gentoo-2-eeca147b44fe728010817f3e36de5ca3972d8ea2.zip |
Drop prefix patch; fails to apply. Bug 418693.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/ksh/ksh-93.20120229.ebuild')
-rw-r--r-- | app-shells/ksh/ksh-93.20120229.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/ksh/ksh-93.20120229.ebuild b/app-shells/ksh/ksh-93.20120229.ebuild index 61cea898d390..f9e406ea83cc 100644 --- a/app-shells/ksh/ksh-93.20120229.ebuild +++ b/app-shells/ksh/ksh-93.20120229.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20120229.ebuild,v 1.3 2012/05/24 04:25:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20120229.ebuild,v 1.4 2012/06/01 16:26:31 floppym Exp $ EAPI=4 @@ -33,8 +33,8 @@ src_prepare() { sed -i -e 's,cd /tmp,cd "${TMPDIR:-/tmp}",' \ bin/package src/cmd/INIT/package.sh || die - epatch "${FILESDIR}"/${PN}-prefix.patch - eprefixify src/cmd/ksh93/data/msg.c + #epatch "${FILESDIR}"/${PN}-prefix.patch + #eprefixify src/cmd/ksh93/data/msg.c } src_compile() { |