diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-03-16 07:55:04 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-03-16 07:55:04 +0000 |
commit | 497999ea562104806edf817e3384379591148a4a (patch) | |
tree | a72f7d0e0e443b53cf40034c9c04ce8629153c80 /app-shells | |
parent | Removed vulnerable version from the tree. (diff) | |
download | gentoo-2-497999ea562104806edf817e3384379591148a4a.tar.gz gentoo-2-497999ea562104806edf817e3384379591148a4a.tar.bz2 gentoo-2-497999ea562104806edf817e3384379591148a4a.zip |
Comment on patch
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/dash-0.5.3.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/dash/dash-0.5.3.7.ebuild b/app-shells/dash/dash-0.5.3.7.ebuild index 1a9f04a41c46..78b10b102ccf 100644 --- a/app-shells/dash/dash-0.5.3.7.ebuild +++ b/app-shells/dash/dash-0.5.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.7.ebuild,v 1.1 2007/03/15 22:01:18 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.7.ebuild,v 1.2 2007/03/16 07:55:04 uberlord Exp $ inherit eutils versionator flag-o-matic toolchain-funcs @@ -26,6 +26,8 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${WORKDIR}/${DEB_P}".diff + + # Below patch sorts the builtincmd structure correctly when LC_ALL isn't C epatch "${FILESDIR}/${MY_P}"-sort-locale.patch } |