diff options
author | 2008-09-03 06:48:57 +0000 | |
---|---|---|
committer | 2008-09-03 06:48:57 +0000 | |
commit | 8641e9499bcf97100474e5387d189b10b0c54c48 (patch) | |
tree | 856f7dd720cdd6505f3b76dfff64bcfa25c3669f /app-vim/latexsuite/latexsuite-1.5.20060325.ebuild | |
parent | depend only on latex-base, not virtual/tetex (diff) | |
download | gentoo-2-8641e9499bcf97100474e5387d189b10b0c54c48.tar.gz gentoo-2-8641e9499bcf97100474e5387d189b10b0c54c48.tar.bz2 gentoo-2-8641e9499bcf97100474e5387d189b10b0c54c48.zip |
replace virtual/tetex with virtual/latex-base for bug 222501
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-vim/latexsuite/latexsuite-1.5.20060325.ebuild')
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.20060325.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild b/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild index 6c3a99c92987..233bf1edd061 100644 --- a/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild,v 1.4 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild,v 1.5 2008/09/03 06:48:57 opfer Exp $ inherit vim-plugin versionator @@ -16,7 +16,7 @@ MY_P="latexSuite$(get_version_component_range 3- )" S="${WORKDIR}" SRC_URI="http://vim-latex.sourceforge.net/download/${MY_P}.tar.gz" -RDEPEND="virtual/tetex" +RDEPEND="virtual/latex-base" VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt" |