diff options
Diffstat (limited to 'app-vim/vimspell/vimspell-1.84.ebuild')
-rw-r--r-- | app-vim/vimspell/vimspell-1.84.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimspell/vimspell-1.84.ebuild b/app-vim/vimspell/vimspell-1.84.ebuild index 6866bd2f54ca..e4f87f97e740 100644 --- a/app-vim/vimspell/vimspell-1.84.ebuild +++ b/app-vim/vimspell/vimspell-1.84.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/vimspell/vimspell-1.84.ebuild,v 1.3 2004/06/24 23:05:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84.ebuild,v 1.4 2004/07/14 13:52:09 agriffis Exp $ inherit vim-plugin @@ -8,6 +8,7 @@ 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" +IUSE="" # In theory, this plugin supports either aspell or ispell. However, # virtual/spell has been removed by seemant in favour of just using @@ -54,4 +55,3 @@ function src_unpack() { sed -e "/^function! s:SpellInstallDocumentation/a\ return 0" \ -i vimspell.vim || die "install fix failed" } - |