diff options
Diffstat (limited to 'app-vim/perl-support/perl-support-3.0.ebuild')
-rw-r--r-- | app-vim/perl-support/perl-support-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/perl-support/perl-support-3.0.ebuild b/app-vim/perl-support/perl-support-3.0.ebuild index 85dc788927b2..d8a9c194c30b 100644 --- a/app-vim/perl-support/perl-support-3.0.ebuild +++ b/app-vim/perl-support/perl-support-3.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-3.0.ebuild,v 1.1 2006/04/20 00:21:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-3.0.ebuild,v 1.2 2006/08/17 13:03:48 mcummings Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=556" LICENSE="as-is" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc sparc ~x86" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin provides a Perl IDE in vim." |