commit: 3b060123cf8dbdc3962204300133dceb07358990 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 19 18:24:53 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Oct 19 18:24:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b060123
app-officeext/languagetool: unkeyword 5.6 for ~x86 Requires app-office/libreoffice[java] which is unavailable on Java. Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-officeext/languagetool/languagetool-5.6.ebuild | 4 ++-- 1 file 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"
