diff options
Diffstat (limited to 'app-vim/supertab/supertab-0.32.ebuild')
-rw-r--r-- | app-vim/supertab/supertab-0.32.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-vim/supertab/supertab-0.32.ebuild b/app-vim/supertab/supertab-0.32.ebuild index b8806600efd4..6ac3072a6c58 100644 --- a/app-vim/supertab/supertab-0.32.ebuild +++ b/app-vim/supertab/supertab-0.32.ebuild @@ -1,6 +1,6 @@ -# 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/supertab/supertab-0.32.ebuild,v 1.12 2005/01/21 21:16:45 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-0.32.ebuild,v 1.13 2006/09/19 13:29:20 pioto Exp $ inherit vim-plugin @@ -16,3 +16,5 @@ VIM_PLUGIN_HELPTEXT=\ autocompleted as per <ctrl-n>. Completion mode can be changed using <ctrl-x> (see :help insert_expand). To insert an actual tab character, either use <ctrl-v><Tab> or enter a space followed by a tab." + +RDEPEND="!>=app-editors/vim-core-7" |