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 D2C11138334 for ; Wed, 12 Dec 2018 08:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA43DE0D6A; Wed, 12 Dec 2018 08:25:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C452DE0D6A for ; Wed, 12 Dec 2018 08:25:52 +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 07E29335C47 for ; Wed, 12 Dec 2018 08:25:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C88D94E6 for ; Wed, 12 Dec 2018 08:25:47 +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: <1544603081.d84d88d6e86a6a8966b9889fb80c2fa3519233b7.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-7.2.ebuild X-VCS-Directories: app-vim/diffchar/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d84d88d6e86a6a8966b9889fb80c2fa3519233b7 X-VCS-Branch: master Date: Wed, 12 Dec 2018 08:25:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd0f1b03-6550-492a-b5ed-731936d9da08 X-Archives-Hash: f3a0d43cb2f2c7a95f426268803cb4ef commit: d84d88d6e86a6a8966b9889fb80c2fa3519233b7 Author: Tim Harder gentoo org> AuthorDate: Wed Dec 12 05:54:34 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Dec 12 08:24:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84d88d6 app-vim/diffchar: stabilize 7.2 Signed-off-by: Tim Harder gentoo.org> app-vim/diffchar/diffchar-7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/diffchar/diffchar-7.2.ebuild b/app-vim/diffchar/diffchar-7.2.ebuild index 7a51a197391..6c45dd971e7 100644 --- a/app-vim/diffchar/diffchar-7.2.ebuild +++ b/app-vim/diffchar/diffchar-7.2.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 https://www.vim.org/scripts/script.php?script_id=4932" LICENSE="vim.org" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt"