diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 17:29:17 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:40 +0200 |
commit | eb6e6603e51b0fdaa99918f89115ff220837e389 (patch) | |
tree | 06d71ebe487a38e2656a914e754dce42d3c88e74 /app-vim/languagetool | |
parent | app-vim/info: EAPI8 bump (diff) | |
download | gentoo-eb6e6603e51b0fdaa99918f89115ff220837e389.tar.gz gentoo-eb6e6603e51b0fdaa99918f89115ff220837e389.tar.bz2 gentoo-eb6e6603e51b0fdaa99918f89115ff220837e389.zip |
app-vim/languagetool: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/languagetool')
-rw-r--r-- | app-vim/languagetool/languagetool-1.30.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-vim/languagetool/languagetool-1.30.ebuild b/app-vim/languagetool/languagetool-1.30.ebuild index 63d0ccabc6ab..315953f9b1bf 100644 --- a/app-vim/languagetool/languagetool-1.30.ebuild +++ b/app-vim/languagetool/languagetool-1.30.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit vim-plugin -MY_PN=LanguageTool +MY_PN="LanguageTool" DESCRIPTION="grammar checker for various languages" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223" + LICENSE="vim" KEYWORDS="~amd64 ~arm64 ~x86" |