diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:52 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:52 +0200 |
commit | 02c6853e45d34ea00f7223014585df8ffa2441fe (patch) | |
tree | 04b4b98c15c272e57a679ca08bcd42803a03bc1c /app-vim/unite | |
parent | app-vim/tlib: Stabilize 1.27 amd64, #849197 (diff) | |
download | gentoo-02c6853e45d34ea00f7223014585df8ffa2441fe.tar.gz gentoo-02c6853e45d34ea00f7223014585df8ffa2441fe.tar.bz2 gentoo-02c6853e45d34ea00f7223014585df8ffa2441fe.zip |
app-vim/unite: Stabilize 4.1 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-vim/unite')
-rw-r--r-- | app-vim/unite/unite-4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/unite/unite-4.1.ebuild b/app-vim/unite/unite-4.1.ebuild index ef0398461584..cf5178c5c2c7 100644 --- a/app-vim/unite/unite-4.1.ebuild +++ b/app-vim/unite/unite-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: unite all sources" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3396" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |