diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-01-12 20:06:28 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-01-12 20:10:45 -0700 |
commit | 2efcfe63512c3d8a20ad75d570f0795dd9c3ea80 (patch) | |
tree | c2563e3f955e5a378ddef1aa4940dff03b8f5244 /app-vim/diffchar | |
parent | app-vim/diffchar: version bump to 8.6 (diff) | |
download | gentoo-2efcfe63512c3d8a20ad75d570f0795dd9c3ea80.tar.gz gentoo-2efcfe63512c3d8a20ad75d570f0795dd9c3ea80.tar.bz2 gentoo-2efcfe63512c3d8a20ad75d570f0795dd9c3ea80.zip |
app-vim/diffchar: stabilize 8.2
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim/diffchar')
-rw-r--r-- | app-vim/diffchar/diffchar-8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/diffchar/diffchar-8.2.ebuild b/app-vim/diffchar/diffchar-8.2.ebuild index fa01d898d5c6..5c58b72ce8c2 100644 --- a/app-vim/diffchar/diffchar-8.2.ebuild +++ b/app-vim/diffchar/diffchar-8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |