diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-20 16:55:47 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-20 16:55:47 +0000 |
commit | 57f9541b3d3e496b72843c90ab5473e795574396 (patch) | |
tree | 1e8f6d3c35bcaf9aa6ffc7be602acbf472a048ed /app-vim/curcmdmode/curcmdmode-1.0.ebuild | |
parent | Stable on x86, sparc, mips (Manifest recommit) (diff) | |
download | gentoo-2-57f9541b3d3e496b72843c90ab5473e795574396.tar.gz gentoo-2-57f9541b3d3e496b72843c90ab5473e795574396.tar.bz2 gentoo-2-57f9541b3d3e496b72843c90ab5473e795574396.zip |
Stable on x86
Diffstat (limited to 'app-vim/curcmdmode/curcmdmode-1.0.ebuild')
-rw-r--r-- | app-vim/curcmdmode/curcmdmode-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/curcmdmode/curcmdmode-1.0.ebuild b/app-vim/curcmdmode/curcmdmode-1.0.ebuild index fb486ca659d4..18c4dadbfa14 100644 --- a/app-vim/curcmdmode/curcmdmode-1.0.ebuild +++ b/app-vim/curcmdmode/curcmdmode-1.0.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/curcmdmode/curcmdmode-1.0.ebuild,v 1.3 2004/07/24 02:53:49 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/curcmdmode-1.0.ebuild,v 1.4 2004/08/20 16:51:48 ciaranm 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="~x86 sparc mips ~ppc" +KEYWORDS="x86 sparc mips ~ppc" IUSE="" RDEPEND=">=app-vim/genutils-1.7" |