Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/
Date: Thu, 10 Jun 2021 15:34:51
Message-Id: 1623339135.788adf6a7e3b13f83b01e77d4b9bb0b4f43ba7bd.asturm@gentoo
1 commit: 788adf6a7e3b13f83b01e77d4b9bb0b4f43ba7bd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 13:14:00 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 15:32:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788adf6a
7
8 app-officeext/languagetool: Drop ~x86 for app-office/libreoffice[java]
9
10 app-office/libreoffice[java] is masked for ~x86.
11
12 Bug: https://bugs.gentoo.org/785640
13 Package-Manager: Portage-3.0.19, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 .../{languagetool-5.1.3.ebuild => languagetool-5.1.3-r1.ebuild} | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-officeext/languagetool/languagetool-5.1.3.ebuild b/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild
20 similarity index 87%
21 rename from app-officeext/languagetool/languagetool-5.1.3.ebuild
22 rename to app-officeext/languagetool/languagetool-5.1.3-r1.ebuild
23 index 962894ba86e..8f2c69b29b0 100644
24 --- a/app-officeext/languagetool/languagetool-5.1.3.ebuild
25 +++ b/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2020 Gentoo Authors
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -18,6 +18,6 @@ SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt"
33
34 LICENSE="LGPL-2.1+"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="~amd64"
38
39 RDEPEND=">=virtual/jre-1.8"