diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 17:07:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 18:30:20 +0300 |
commit | f8a1b09b3637ec15a01d9d7d0a05c2840409c556 (patch) | |
tree | 57efa24fd5ff3d1f9e4838480b2175cab8b184f8 /app-vim | |
parent | app-vim/ant_menu: dekeyword x86 (diff) | |
download | gentoo-f8a1b09b3637ec15a01d9d7d0a05c2840409c556.tar.gz gentoo-f8a1b09b3637ec15a01d9d7d0a05c2840409c556.tar.bz2 gentoo-f8a1b09b3637ec15a01d9d7d0a05c2840409c556.zip |
app-vim/languagetool: dekeyword x86
After a message to gentoo-dev ML, and no reply from any user on x86,
we decided to dekeyword most Java packages from x86, and reverse
dependencies of them.
Signed-off-by: Arthur Zamarin <arthurzam@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 315953f9b1bf..dd8f7c4bab37 100644 --- a/app-vim/languagetool/languagetool-1.30.ebuild +++ b/app-vim/languagetool/languagetool-1.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ DESCRIPTION="grammar checker for various languages" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223" LICENSE="vim" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64" VIM_PLUGIN_HELPFILES="${MY_PN}" |