summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2006-01-23 21:28:12 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2006-01-23 21:28:12 +0000
commitb4dfd55588de9ac70f49756df77646c8e37ec44e (patch)
tree88f973768ae184334f712edd68303e2c44f97f7a /eclass
parentTidy up vim7 snapshots. (diff)
downloadgentoo-2-b4dfd55588de9ac70f49756df77646c8e37ec44e.tar.gz
gentoo-2-b4dfd55588de9ac70f49756df77646c8e37ec44e.tar.bz2
gentoo-2-b4dfd55588de9ac70f49756df77646c8e37ec44e.zip
Workaround for bug #119023 is no longer needed.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass7
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 98d01280697e..6159eaf77d34 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.140 2006/01/17 17:00:30 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.141 2006/01/23 21:28:12 ciaranm Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -327,11 +327,6 @@ END
'/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; ./testvim -X,' \
"${S}/src/po/Makefile"
fi
-
- # Temporary vim7 fix, bug #119023.
- if [[ $(get_major_version ) -ge 7 ]] ; then
- sed -i -e '/deadly_exit/d' "${S}/src/gui_gtk_x11.c"
- fi
}
vim_src_compile() {