diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:21:46 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:22:57 -0500 |
commit | 8acb1bd2237494385b3b7e694b0b464e1e9679e5 (patch) | |
tree | c14a3ba251dc5c5e6126faaa43d17882941f7e24 /app-vim/perl-support | |
parent | app-vim/perl-support: version bump to 5.3.2 (diff) | |
download | gentoo-8acb1bd2237494385b3b7e694b0b464e1e9679e5.tar.gz gentoo-8acb1bd2237494385b3b7e694b0b464e1e9679e5.tar.bz2 gentoo-8acb1bd2237494385b3b7e694b0b464e1e9679e5.zip |
app-vim/perl-support: stabilize 5.2
Diffstat (limited to 'app-vim/perl-support')
-rw-r--r-- | app-vim/perl-support/perl-support-5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/perl-support/perl-support-5.2.ebuild b/app-vim/perl-support/perl-support-5.2.ebuild index 9e2a96892e5f..fd6a95cd18a9 100644 --- a/app-vim/perl-support/perl-support-5.2.ebuild +++ b/app-vim/perl-support/perl-support-5.2.ebuild @@ -8,7 +8,7 @@ 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="GPL-2 GPL-2+" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" VIM_PLUGIN_HELPFILES="perlsupport.txt" |