summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared H.Hudson <jhhudso@gentoo.org>2003-03-12 06:45:49 +0000
committerJared H.Hudson <jhhudso@gentoo.org>2003-03-12 06:45:49 +0000
commit49933eb49d30cc1e383632681f043b83e07c3237 (patch)
tree99a2a7f2758d42fccdeee7110ee7e99a1db15bc7 /eclass/vim.eclass
parentadd shadow as DEPEND, fix distcc-config if shadow tools not installed (diff)
downloadgentoo-2-49933eb49d30cc1e383632681f043b83e07c3237.tar.gz
gentoo-2-49933eb49d30cc1e383632681f043b83e07c3237.tar.bz2
gentoo-2-49933eb49d30cc1e383632681f043b83e07c3237.zip
Added use nls && unpack ${LANG} to vim.eclass to fix the nls bugs with
vim that had popped up.
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r--eclass/vim.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 1e6f5eff5818..8252d99993f4 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.6 2003/03/04 11:11:49 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.7 2003/03/12 06:45:49 jhhudso Exp $
#
# Author Ryan Phillips <rphillips@gentoo.org>
#
@@ -56,7 +56,7 @@ LICENSE="vim"
src_unpack() {
unpack ${A}
- unpack ${LANG}
+ use nls && unpack ${LANG}
# Fixup a script to use awk instead of nawk
cd ${S}/runtime/tools
mv mve.awk mve.awk.old