diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-13 23:16:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-13 23:16:41 +0000 |
commit | 26e87d03e692d0210772cb4c47cc4411f45da76c (patch) | |
tree | 1101abb87575ec39699cab585cef1f03138b171d /sys-apps/sed/sed-4.1.4.ebuild | |
parent | ebuild cleanup and fix to #93186 (diff) | |
download | gentoo-2-26e87d03e692d0210772cb4c47cc4411f45da76c.tar.gz gentoo-2-26e87d03e692d0210772cb4c47cc4411f45da76c.tar.bz2 gentoo-2-26e87d03e692d0210772cb4c47cc4411f45da76c.zip |
Add patch from upstream to fix typo in error msg #96009.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/sed/sed-4.1.4.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/sed/sed-4.1.4.ebuild b/sys-apps/sed/sed-4.1.4.ebuild index 38fd3ff5cb18..a69fab8c0f2b 100644 --- a/sys-apps/sed/sed-4.1.4.ebuild +++ b/sys-apps/sed/sed-4.1.4.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/sys-apps/sed/sed-4.1.4.ebuild,v 1.7 2005/06/12 17:58:25 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4.ebuild,v 1.8 2005/06/13 23:16:41 vapier Exp $ inherit flag-o-matic @@ -39,6 +39,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-makeinfo-c-locale.patch + epatch "${FILESDIR}"/${P}-fix-invalid-ref-error.patch } src_compile() { |