diff options
-rw-r--r-- | app-officeext/languagetool/languagetool-5.1.3-r1.ebuild (renamed from app-officeext/languagetool/languagetool-5.1.3.ebuild) | 4 |
1 files 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 index 962894ba86e5..8f2c69b29b00 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" |