commit: 788adf6a7e3b13f83b01e77d4b9bb0b4f43ba7bd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 10 13:14:00 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jun 10 15:32:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788adf6a
app-officeext/languagetool: Drop ~x86 for app-office/libreoffice[java] app-office/libreoffice[java] is masked for ~x86. Bug: https://bugs.gentoo.org/785640 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../{languagetool-5.1.3.ebuild => languagetool-5.1.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-officeext/languagetool/languagetool-5.1.3.ebuild b/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild similarity index 87% rename from app-officeext/languagetool/languagetool-5.1.3.ebuild rename to app-officeext/languagetool/languagetool-5.1.3-r1.ebuild index 962894ba86e..8f2c69b29b0 100644 --- a/app-officeext/languagetool/languagetool-5.1.3.ebuild +++ b/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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"
