From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6091759CA3 for ; Sun, 13 Mar 2016 01:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12D5021C008; Sun, 13 Mar 2016 01:23:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 798DE21C008 for ; Sun, 13 Mar 2016 01:23:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2C28340C42 for ; Sun, 13 Mar 2016 01:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7291F2324 for ; Sun, 13 Mar 2016 01:23:37 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1457832177.8acb1bd2237494385b3b7e694b0b464e1e9679e5.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/perl-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/perl-support/perl-support-5.2.ebuild X-VCS-Directories: app-vim/perl-support/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8acb1bd2237494385b3b7e694b0b464e1e9679e5 X-VCS-Branch: master Date: Sun, 13 Mar 2016 01:23:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d91cffcf-f571-459d-9b8d-30592ee49238 X-Archives-Hash: e556d477471dfbedca202405423af723 commit: 8acb1bd2237494385b3b7e694b0b464e1e9679e5 Author: Tim Harder gentoo org> AuthorDate: Sun Mar 13 01:21:46 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Mar 13 01:22:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acb1bd2 app-vim/perl-support: stabilize 5.2 app-vim/perl-support/perl-support-5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/perl-support/perl-support-5.2.ebuild b/app-vim/perl-support/perl-support-5.2.ebuild index 9e2a968..fd6a95c 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"