summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-19 17:29:17 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:40 +0200
commiteb6e6603e51b0fdaa99918f89115ff220837e389 (patch)
tree06d71ebe487a38e2656a914e754dce42d3c88e74 /app-vim/languagetool
parentapp-vim/info: EAPI8 bump (diff)
downloadgentoo-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.ebuild6
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"