diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:43 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:43 +0200 |
commit | 8790b2da7822800b9e3fb3aefb25140ee27ce1f3 (patch) | |
tree | 4c4690332f7278588ca4ffe0ccd8c5d4a04d4899 /app-vim | |
parent | app-vim/ctrlp: Stabilize 1.80_p20180418 amd64, #849197 (diff) | |
download | gentoo-8790b2da7822800b9e3fb3aefb25140ee27ce1f3.tar.gz gentoo-8790b2da7822800b9e3fb3aefb25140ee27ce1f3.tar.bz2 gentoo-8790b2da7822800b9e3fb3aefb25140ee27ce1f3.zip |
app-vim/diffchar: Stabilize 8.6 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/diffchar/diffchar-8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/diffchar/diffchar-8.6.ebuild b/app-vim/diffchar/diffchar-8.6.ebuild index 2d38bf42143c..01a1b91503a6 100644 --- a/app-vim/diffchar/diffchar-8.6.ebuild +++ b/app-vim/diffchar/diffchar-8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,6 @@ 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" |