Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/
Date: Sat, 30 Sep 2017 00:29:40
Message-Id: 1506731170.b2f97f304888a376d0d1eb10ab49c8f2d104949c.radhermit@gentoo
1 commit: b2f97f304888a376d0d1eb10ab49c8f2d104949c
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 00:26:10 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 00:26:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f97f30
7
8 app-vim/diffchar: stabilize 6.9
9
10 app-vim/diffchar/diffchar-6.9.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-vim/diffchar/diffchar-6.9.ebuild b/app-vim/diffchar/diffchar-6.9.ebuild
14 index 6790b0da6cf..c7ec4e2fdc9 100644
15 --- a/app-vim/diffchar/diffchar-6.9.ebuild
16 +++ b/app-vim/diffchar/diffchar-6.9.ebuild
17 @@ -8,6 +8,6 @@ inherit vim-plugin
18 DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words"
19 HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932"
20 LICENSE="vim.org"
21 -KEYWORDS="~amd64 ~x86"
22 +KEYWORDS="amd64 x86"
23
24 VIM_PLUGIN_HELPFILES="${PN}.txt"