diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-01-05 20:13:19 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-01-05 20:55:47 -0600 |
commit | 73708132fe55eabc80c152e23ed6edcb4696e4ea (patch) | |
tree | a73ff2fc3816160e78aacb525ab1d555f0c64167 /app-vim/diffchar | |
parent | app-vim/diffchar: version bump to 8.2 (diff) | |
download | gentoo-73708132fe55eabc80c152e23ed6edcb4696e4ea.tar.gz gentoo-73708132fe55eabc80c152e23ed6edcb4696e4ea.tar.bz2 gentoo-73708132fe55eabc80c152e23ed6edcb4696e4ea.zip |
app-vim/diffchar: stabilize 8.1
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim/diffchar')
-rw-r--r-- | app-vim/diffchar/diffchar-8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/diffchar/diffchar-8.1.ebuild b/app-vim/diffchar/diffchar-8.1.ebuild index b3395586f7c4..b6e6ce6644cf 100644 --- a/app-vim/diffchar/diffchar-8.1.ebuild +++ b/app-vim/diffchar/diffchar-8.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: highlight the exact differences, based on characters an HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932" SRC_URI="https://github.com/rickhowe/diffchar.vim/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" LICENSE="vim.org" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |