From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60CC313835A for ; Thu, 10 Jun 2021 15:34:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A303E089C; Thu, 10 Jun 2021 15:34:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F658E089C for ; Thu, 10 Jun 2021 15:34:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7940933BF35 for ; Thu, 10 Jun 2021 15:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF1C57B0 for ; Thu, 10 Jun 2021 15:34:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1623339135.788adf6a7e3b13f83b01e77d4b9bb0b4f43ba7bd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-officeext/languagetool/languagetool-5.1.3-r1.ebuild app-officeext/languagetool/languagetool-5.1.3.ebuild X-VCS-Directories: app-officeext/languagetool/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 788adf6a7e3b13f83b01e77d4b9bb0b4f43ba7bd X-VCS-Branch: master Date: Thu, 10 Jun 2021 15:34:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cc13a05-90f5-424b-b741-66ae40ee5fba X-Archives-Hash: 2f7c8ef7ff983f3ffaab35c537a7f040 commit: 788adf6a7e3b13f83b01e77d4b9bb0b4f43ba7bd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 10 13:14:00 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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"