summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-09 18:24:06 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-09 18:24:06 +0000
commit61d1e2061efdee212fcdfd8f805b8a6dc8432c61 (patch)
tree345d2294ac607dea4350cf2f3a990214cfad00c0 /eclass/vim.eclass
parent. (diff)
downloadhistorical-61d1e2061efdee212fcdfd8f805b8a6dc8432c61.tar.gz
historical-61d1e2061efdee212fcdfd8f805b8a6dc8432c61.tar.bz2
historical-61d1e2061efdee212fcdfd8f805b8a6dc8432c61.zip
Remove workaround for Gentoo/FreeBSD, now behave as a normal Gentoo.
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r--eclass/vim.eclass10
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