From e5a1a8e545fdfd1343dd9a50cfa8955de80a6848 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 9 Aug 2005 18:24:06 +0000 Subject: Remove workaround for Gentoo/FreeBSD, now behave as a normal Gentoo. --- eclass/vim.eclass | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'eclass') 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 @@ -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 -- cgit v1.2.3-65-gdbad