summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-01-30 19:09:27 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-01-30 19:09:27 +0000
commit90ee8e1beacb191289ebb717259ef91046ec9fe0 (patch)
tree53bca31e0a49e7c2c861cb0195d53e0b629df221 /eclass/vim.eclass
parentalso amd64/s390 stable (diff)
downloadgentoo-2-90ee8e1beacb191289ebb717259ef91046ec9fe0.tar.gz
gentoo-2-90ee8e1beacb191289ebb717259ef91046ec9fe0.tar.bz2
gentoo-2-90ee8e1beacb191289ebb717259ef91046ec9fe0.zip
add latexsuite block
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r--eclass/vim.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index e484148e1331..b6b5e26792ea 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.96 2005/01/29 23:16:29 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.97 2005/01/30 19:09:27 ciaranm Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -106,7 +106,8 @@ if [[ $(get_major_version ) -ge 7 ]] ; then
if [[ "${MY_PN}" != "vim-core" ]] ; then
# align: bug 79982
RDEPEND="${RDEPEND}
- !<app-vim/align-30-r1"
+ !<app-vim/align-30-r1
+ !app-vim/latexsuite"
fi
fi