diff options
Diffstat (limited to 'app-vim/curcmdmode/curcmdmode-1.0.ebuild')
-rw-r--r-- | app-vim/curcmdmode/curcmdmode-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/curcmdmode/curcmdmode-1.0.ebuild b/app-vim/curcmdmode/curcmdmode-1.0.ebuild index a7546fdfdb16..19e13d23f309 100644 --- a/app-vim/curcmdmode/curcmdmode-1.0.ebuild +++ b/app-vim/curcmdmode/curcmdmode-1.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/curcmdmode-1.0.ebuild,v 1.8 2005/08/29 18:44:32 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/curcmdmode-1.0.ebuild,v 1.9 2006/11/20 07:48:33 wormo Exp $ inherit vim-plugin DESCRIPTION="vim plugin: library for extending vim's mode() function" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=745" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ia64 mips ~ppc sparc x86" +KEYWORDS="alpha ~amd64 ia64 mips ppc sparc x86" IUSE="" RDEPEND=">=app-vim/genutils-1.7" |