diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-07 22:47:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-07 22:47:07 +0000 |
commit | 4e600f019333a5f35c2610269c631ba014a0d230 (patch) | |
tree | 6b8772fc4434dd011a8147b713dbbf67b3c9147d /eclass | |
parent | security stable #46998 (diff) | |
download | historical-4e600f019333a5f35c2610269c631ba014a0d230.tar.gz historical-4e600f019333a5f35c2610269c631ba014a0d230.tar.bz2 historical-4e600f019333a5f35c2610269c631ba014a0d230.zip |
I meant bug 45828
Diffstat (limited to '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 ac7bbbbefef3..1f30b156bd20 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.52 2004/04/07 22:38:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.53 2004/04/07 22:47:07 agriffis Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -314,7 +314,7 @@ src_install() { # Make convenience symlinks, hopefully without stepping on toes. Some # of these links are "owned" by the vim ebuild when it is installed, -# but they might be good for gvim as well (see bug 16852) +# but they might be good for gvim as well (see bug 45828) update_vim_symlinks() { local f syms="vi vimdiff rvim ex view rview" |