Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/
Date: Mon, 31 Oct 2016 17:20:22
Message-Id: 1477934408.199f4362f804c7e0e982c4a2f753afe9478c5172.monsieurp@gentoo
1 commit: 199f4362f804c7e0e982c4a2f753afe9478c5172
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 17:19:19 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 17:20:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199f4362
7
8 app-vim/diffchar: stable for amd64+x86.
9
10 Package-Manager: portage-2.3.0
11
12 app-vim/diffchar/diffchar-6.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-vim/diffchar/diffchar-6.4.ebuild b/app-vim/diffchar/diffchar-6.4.ebuild
16 index 6215d71..8ca9d18 100644
17 --- a/app-vim/diffchar/diffchar-6.4.ebuild
18 +++ b/app-vim/diffchar/diffchar-6.4.ebuild
19 @@ -3,11 +3,12 @@
20 # $Id$
21
22 EAPI=6
23 +
24 inherit vim-plugin
25
26 DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words"
27 HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932"
28 LICENSE="vim.org"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31
32 VIM_PLUGIN_HELPFILES="${PN}.txt"