diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-27 18:58:01 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-27 18:58:01 +0000 |
commit | 07c5212852a5fa4bffa338fb65d1b88091bf2f31 (patch) | |
tree | 0022e3b0f918046a8cfa5715ccca7ae3d9cc2b4d /app-vim/info/info-1.7-r1.ebuild | |
parent | Version bump for the AF_UNIX and a.out security vulnerabilities; bugs #72452 ... (diff) | |
download | gentoo-2-07c5212852a5fa4bffa338fb65d1b88091bf2f31.tar.gz gentoo-2-07c5212852a5fa4bffa338fb65d1b88091bf2f31.tar.bz2 gentoo-2-07c5212852a5fa4bffa338fb65d1b88091bf2f31.zip |
Add help text, bug #63321
Diffstat (limited to 'app-vim/info/info-1.7-r1.ebuild')
-rw-r--r-- | app-vim/info/info-1.7-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-vim/info/info-1.7-r1.ebuild b/app-vim/info/info-1.7-r1.ebuild index 65597224f64b..397e80c40381 100644 --- a/app-vim/info/info-1.7-r1.ebuild +++ b/app-vim/info/info-1.7-r1.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/info/info-1.7-r1.ebuild,v 1.10 2004/10/26 11:31:52 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/info/info-1.7-r1.ebuild,v 1.11 2004/11/27 18:58:01 ciaranm Exp $ inherit vim-plugin @@ -11,6 +11,8 @@ KEYWORDS="x86 alpha sparc ia64 ~ppc s390 ~amd64" IUSE="" DEPEND="${DEPEND} >=sys-apps/sed-4" +VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command." + src_unpack() { unpack ${A} cd ${P}/plugin |