diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2003-03-12 06:45:49 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2003-03-12 06:45:49 +0000 |
commit | 606fcc0de80239cb70817f3eeb7c25fd2abb4924 (patch) | |
tree | d539b2a0fc60468bc3088a6720ed5395ca3bec6e /eclass/vim.eclass | |
parent | add shadow as DEPEND, fix distcc-config if shadow tools not installed (diff) | |
download | historical-606fcc0de80239cb70817f3eeb7c25fd2abb4924.tar.gz historical-606fcc0de80239cb70817f3eeb7c25fd2abb4924.tar.bz2 historical-606fcc0de80239cb70817f3eeb7c25fd2abb4924.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.eclass | 4 |
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 |