diff options
-rw-r--r-- | app-vim/latexsuite/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/latexsuite/ChangeLog b/app-vim/latexsuite/ChangeLog index ccbc282c5e0e..9fc600377a7e 100644 --- a/app-vim/latexsuite/ChangeLog +++ b/app-vim/latexsuite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/latexsuite # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.11 2004/09/06 21:57:30 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.12 2004/12/29 00:36:57 ciaranm Exp $ + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> latexsuite-1.5.ebuild: + x86 stable 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> latexsuite-1.5.ebuild: Display plugin help text, bug #62559 diff --git a/app-vim/latexsuite/latexsuite-1.5.ebuild b/app-vim/latexsuite/latexsuite-1.5.ebuild index 1e0cffa0426c..8b52c85fdf5d 100644 --- a/app-vim/latexsuite/latexsuite-1.5.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5.ebuild @@ -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/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.8 2004/10/08 02:39:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.9 2004/12/29 00:36:57 ciaranm Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: Latex-Suite attempts to provide a comprehensive set of HOMEPAGE="http://vim-latex.sourceforge.net/" LICENSE="vim" -KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc ~x86" +KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc x86" IUSE="" # We use this tar-ball as it's distributed instead of repackaging it. |