diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-02-08 21:40:17 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-02-08 21:40:17 +0000 |
commit | 3bc43dc7e13acb29fe8c4463d56c9b0b908cd0f5 (patch) | |
tree | 1bae5761f9abc4427dc444f71d464bb38554b60c | |
parent | marked amd64. (diff) | |
download | gentoo-2-3bc43dc7e13acb29fe8c4463d56c9b0b908cd0f5.tar.gz gentoo-2-3bc43dc7e13acb29fe8c4463d56c9b0b908cd0f5.tar.bz2 gentoo-2-3bc43dc7e13acb29fe8c4463d56c9b0b908cd0f5.zip |
estonia hates us. bug 82186.
-rw-r--r-- | eclass/vim.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index e7c9f8aa004e..af2039578ed0 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.99 2005/02/03 21:12:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.100 2005/02/08 21:40:17 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -196,6 +196,9 @@ vim_pkg_setup() { eerror "and /etc/portage/package.* files." die "${PF} not supported." fi + + # people with broken alphabets run into trouble. bug 82186. + unset LANG LC_ALL } vim_src_unpack() { |