diff options
-rw-r--r-- | app-officeext/languagetool/languagetool-5.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-officeext/languagetool/languagetool-5.6.ebuild b/app-officeext/languagetool/languagetool-5.6.ebuild index 860f4fa952e1..4083b02bca73 100644 --- a/app-officeext/languagetool/languagetool-5.6.ebuild +++ b/app-officeext/languagetool/languagetool-5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,6 @@ SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=">=virtual/jre-1.8" |