diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 02:43:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 02:43:18 +0000 |
commit | 2d410d6228de70a8b906c6f478effc2d7b4a9924 (patch) | |
tree | 52609152daa1a7ca1c6ff2186d87cfcc7bf01a18 /app-vim/latexsuite | |
parent | ia64 stable #66667 (diff) | |
download | historical-2d410d6228de70a8b906c6f478effc2d7b4a9924.tar.gz historical-2d410d6228de70a8b906c6f478effc2d7b4a9924.tar.bz2 historical-2d410d6228de70a8b906c6f478effc2d7b4a9924.zip |
ia64 stable #66667
Diffstat (limited to 'app-vim/latexsuite')
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/latexsuite/latexsuite-1.5.ebuild b/app-vim/latexsuite/latexsuite-1.5.ebuild index 0cbf23359746..1e0cffa0426c 100644 --- a/app-vim/latexsuite/latexsuite-1.5.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.7 2004/09/06 21:57:30 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.8 2004/10/08 02:39:10 vapier Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Latex-Suite attempts to provide a comprehensive set of tools to view, edit and compile LaTeX documents in Vim." HOMEPAGE="http://vim-latex.sourceforge.net/" + LICENSE="vim" -KEYWORDS="~alpha sparc ~x86 ~ia64 ~ppc ~amd64" +KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc ~x86" IUSE="" # We use this tar-ball as it's distributed instead of repackaging it. |