From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 546A51396D1 for ; Sat, 30 Sep 2017 00:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61101E0C75; Sat, 30 Sep 2017 00:29:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B733E0C58 for ; Sat, 30 Sep 2017 00:29:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCCCD3417DF for ; Sat, 30 Sep 2017 00:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DC1F9094 for ; Sat, 30 Sep 2017 00:29:36 +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: <1506731170.b2f97f304888a376d0d1eb10ab49c8f2d104949c.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/diffchar/diffchar-6.9.ebuild X-VCS-Directories: app-vim/diffchar/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: b2f97f304888a376d0d1eb10ab49c8f2d104949c X-VCS-Branch: master Date: Sat, 30 Sep 2017 00:29:36 +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: b25ff2ff-fdad-4c3a-8277-922e0eee30b8 X-Archives-Hash: 749cf24c5beb515620d16ac25245eb1e commit: b2f97f304888a376d0d1eb10ab49c8f2d104949c Author: Tim Harder gentoo org> AuthorDate: Sat Sep 30 00:26:10 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Sep 30 00:26:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f97f30 app-vim/diffchar: stabilize 6.9 app-vim/diffchar/diffchar-6.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/diffchar/diffchar-6.9.ebuild b/app-vim/diffchar/diffchar-6.9.ebuild index 6790b0da6cf..c7ec4e2fdc9 100644 --- a/app-vim/diffchar/diffchar-6.9.ebuild +++ b/app-vim/diffchar/diffchar-6.9.ebuild @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932" LICENSE="vim.org" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt"