diff options
author | Sam James <sam@gentoo.org> | 2023-05-16 21:02:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-16 21:02:50 +0100 |
commit | 3a2ba68a23209a2b021b6f10cad3584234ba164d (patch) | |
tree | 6c94dcd2cb15b40635a13da22620c0d4cac7de2e /app-vim | |
parent | dev-lang/go: Stabilize 1.20.4 arm, #906570 (diff) | |
download | gentoo-3a2ba68a23209a2b021b6f10cad3584234ba164d.tar.gz gentoo-3a2ba68a23209a2b021b6f10cad3584234ba164d.tar.bz2 gentoo-3a2ba68a23209a2b021b6f10cad3584234ba164d.zip |
app-vim/languagetool: Keyword 1.30 arm64, #906578
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/languagetool/languagetool-1.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/languagetool/languagetool-1.30.ebuild b/app-vim/languagetool/languagetool-1.30.ebuild index b3e96c572a45..63d0ccabc6ab 100644 --- a/app-vim/languagetool/languagetool-1.30.ebuild +++ b/app-vim/languagetool/languagetool-1.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MY_PN=LanguageTool DESCRIPTION="grammar checker for various languages" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" VIM_PLUGIN_HELPFILES="${MY_PN}" |