diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-09 18:24:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-09 18:24:06 +0000 |
commit | e5a1a8e545fdfd1343dd9a50cfa8955de80a6848 (patch) | |
tree | 3eca56c96e40fce6a1a108d6ee16a2e5a7f5a393 /eclass | |
parent | . (diff) | |
download | gentoo-2-e5a1a8e545fdfd1343dd9a50cfa8955de80a6848.tar.gz gentoo-2-e5a1a8e545fdfd1343dd9a50cfa8955de80a6848.tar.bz2 gentoo-2-e5a1a8e545fdfd1343dd9a50cfa8955de80a6848.zip |
Remove workaround for Gentoo/FreeBSD, now behave as a normal Gentoo.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 625d661c9d5b..94c86f4cfac1 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.115 2005/08/05 20:30:29 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.116 2005/08/09 18:24:06 flameeyes Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -647,13 +647,7 @@ vim_src_install() { # but they might be good for gvim as well (see bug 45828) update_vim_symlinks() { local f syms - - # Some of these are provided already on x86-fbsd, bug 69535. - if use x86-fbsd ; then - syms="vimdiff rvim rview" - else - syms="vi vimdiff rvim ex view rview" - fi + syms="vi vimdiff rvim ex view rview" # Make or remove convenience symlink, vim -> gvim if [[ -f ${ROOT}/usr/bin/gvim ]]; then |