diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-08-05 20:30:29 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-08-05 20:30:29 +0000 |
commit | cc833807ac5554078d92ebdedc6e7113fb56b736 (patch) | |
tree | 9ff4b058634935e4a85609ce47006ea5e72dd710 /eclass | |
parent | Added ~mips. (diff) | |
download | gentoo-2-cc833807ac5554078d92ebdedc6e7113fb56b736.tar.gz gentoo-2-cc833807ac5554078d92ebdedc6e7113fb56b736.tar.bz2 gentoo-2-cc833807ac5554078d92ebdedc6e7113fb56b736.zip |
latexsuite block no longer needed, bug #72837
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 95bbf55b7c5e..625d661c9d5b 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.114 2005/07/21 20:39:27 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.115 2005/08/05 20:30:29 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -115,7 +115,6 @@ if [[ $(get_major_version ) -ge 7 ]] ; then # align: bug 79982 RDEPEND="${RDEPEND} !<app-vim/align-30-r1 - !app-vim/latexsuite !app-vim/vimspell !<app-vim/vimbuddy-0.9.1-r1" fi |