diff options
Diffstat (limited to 'app-vim')
-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" |