summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-02-08 21:40:17 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-02-08 21:40:17 +0000
commitc94f0ef731d97e261dc46162751e9f8e8f3c443a (patch)
tree04447fa53c25a7e5ffe091e9ca3672adc5fdf149 /eclass
parentmarked amd64. (diff)
downloadhistorical-c94f0ef731d97e261dc46162751e9f8e8f3c443a.tar.gz
historical-c94f0ef731d97e261dc46162751e9f8e8f3c443a.tar.bz2
historical-c94f0ef731d97e261dc46162751e9f8e8f3c443a.zip
estonia hates us. bug 82186.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass5
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() {