diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-31 18:19:19 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-31 18:20:08 +0100 |
commit | 199f4362f804c7e0e982c4a2f753afe9478c5172 (patch) | |
tree | 86a765e1678f9c99f44643e01bbb56693d864830 /app-vim | |
parent | dev-lang/regina-rexx: Fix the Manifest (diff) | |
download | gentoo-199f4362f804c7e0e982c4a2f753afe9478c5172.tar.gz gentoo-199f4362f804c7e0e982c4a2f753afe9478c5172.tar.bz2 gentoo-199f4362f804c7e0e982c4a2f753afe9478c5172.zip |
app-vim/diffchar: stable for amd64+x86.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/diffchar/diffchar-6.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-vim/diffchar/diffchar-6.4.ebuild b/app-vim/diffchar/diffchar-6.4.ebuild index 6215d7187d60..8ca9d1829095 100644 --- a/app-vim/diffchar/diffchar-6.4.ebuild +++ b/app-vim/diffchar/diffchar-6.4.ebuild @@ -3,11 +3,12 @@ # $Id$ EAPI=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" |