summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-09-05 21:22:23 +0000
committerAli Polatel <hawking@gentoo.org>2007-09-05 21:22:23 +0000
commitf7760ccd586e0582145ea891de211fe91a4f6127 (patch)
tree52c609d5e9c077cb4ad44c8cf46a01e0887e9bbd /eclass
parentRemoved the networkmanager USE flag as the problems have been fixed on amd64 ... (diff)
downloadgentoo-2-f7760ccd586e0582145ea891de211fe91a4f6127.tar.gz
gentoo-2-f7760ccd586e0582145ea891de211fe91a4f6127.tar.bz2
gentoo-2-f7760ccd586e0582145ea891de211fe91a4f6127.zip
call eselect vi update with --if-unset to respect user's choice (bug 187449)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 2624168322fb..cbb524494a77 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -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/eclass/vim.eclass,v 1.165 2007/05/09 15:02:02 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.166 2007/09/05 21:22:23 hawking Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -634,7 +634,8 @@ update_vim_symlinks() {
# Use eselect vi instead.
syms="vimdiff rvim rview"
einfo "Calling eselect vi update..."
- eselect vi update
+ # Call this with --if-unset to respect user's choice (bug 187449)
+ eselect vi update --if-unset
fi
# Make or remove convenience symlink, vim -> gvim