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 2519359CA4 for ; Sun, 13 Mar 2016 01:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 364B221C10C; Sun, 13 Mar 2016 01:23:43 +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 741ED21C05A 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 EFD48340AC7 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 3D0FA1897 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: <1457831874.f9aa6a681471b256bd03b95a791695449b1ca5ba.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/calendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/calendar/calendar-2.9.ebuild X-VCS-Directories: app-vim/calendar/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f9aa6a681471b256bd03b95a791695449b1ca5ba 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: ea17d6b2-41d9-43de-84f0-7763721e1297 X-Archives-Hash: e7fc180c678538a3447cff19120aa43a commit: f9aa6a681471b256bd03b95a791695449b1ca5ba Author: Tim Harder gentoo org> AuthorDate: Sun Mar 13 01:17:04 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Mar 13 01:17:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9aa6a68 app-vim/calendar: stabilize 2.9 app-vim/calendar/calendar-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/calendar/calendar-2.9.ebuild b/app-vim/calendar/calendar-2.9.ebuild index a001f94..bcfca5c 100644 --- a/app-vim/calendar/calendar-2.9.ebuild +++ b/app-vim/calendar/calendar-2.9.ebuild @@ -9,6 +9,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: calendar window" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" LICENSE="vim" -KEYWORDS="~amd64 ~mips ~ppc ~x86" +KEYWORDS="amd64 ~mips ppc x86" VIM_PLUGIN_HELPFILES="${PN}.txt"