diff options
Diffstat (limited to 'app-vim/vimspell/vimspell-1.84-r2.ebuild')
-rw-r--r-- | app-vim/vimspell/vimspell-1.84-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimspell/vimspell-1.84-r2.ebuild b/app-vim/vimspell/vimspell-1.84-r2.ebuild index 275ffa0564f4..7a59c781f0d2 100644 --- a/app-vim/vimspell/vimspell-1.84-r2.ebuild +++ b/app-vim/vimspell/vimspell-1.84-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r2.ebuild,v 1.1 2004/10/22 19:42:20 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r2.ebuild,v 1.2 2004/11/24 17:50:39 ciaranm Exp $ inherit eutils vim-plugin DESCRIPTION="vim plugin: on-the-fly spell checking with aspell" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=465" LICENSE="|| ( GPL-1 GPL-2 )" -KEYWORDS="~x86 ~sparc ~alpha ~ia64 ~ppc ~amd64 ~mips" +KEYWORDS="x86 sparc ~alpha ~ia64 ~ppc ~amd64 mips" IUSE="" VIM_PLUGIN_HELPFILES="vimspell" |