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 | 35cb003405857bfce84bae92f2ae00b73d4c6e17 (patch) | |
tree | f45b292e0087ca9a0864e3a2b985c57ba60cb599 /eclass | |
parent | security stable #46998 (diff) | |
download | gentoo-2-35cb003405857bfce84bae92f2ae00b73d4c6e17.tar.gz gentoo-2-35cb003405857bfce84bae92f2ae00b73d4c6e17.tar.bz2 gentoo-2-35cb003405857bfce84bae92f2ae00b73d4c6e17.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" |