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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D480E15808C for ; Tue, 8 Mar 2022 13:04:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6091E0858; Tue, 8 Mar 2022 13:04:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B81C4E0841 for ; Tue, 8 Mar 2022 13:04:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D970C3431EF for ; Tue, 8 Mar 2022 13:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51940313 for ; Tue, 8 Mar 2022 13:04:38 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1646744664.2e0c8cad519b3da9a2dfbb6c2b36e41562d0cb0d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/antlr-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/antlr-runtime/antlr-runtime-4.9.3.ebuild X-VCS-Directories: dev-java/antlr-runtime/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 2e0c8cad519b3da9a2dfbb6c2b36e41562d0cb0d X-VCS-Branch: master Date: Tue, 8 Mar 2022 13:04:38 +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: f29946f7-d859-43ca-b9b3-3c193396a79e X-Archives-Hash: c559ccbcf21e0c26e4d02ee35d04b57b commit: 2e0c8cad519b3da9a2dfbb6c2b36e41562d0cb0d Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Mar 8 13:04:24 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Mar 8 13:04:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0c8cad dev-java/antlr-runtime: amd64 stable wrt bug #834702 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/antlr-runtime/antlr-runtime-4.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/antlr-runtime/antlr-runtime-4.9.3.ebuild b/dev-java/antlr-runtime/antlr-runtime-4.9.3.ebuild index e97dfbd712e3..4a900643b2d3 100644 --- a/dev-java/antlr-runtime/antlr-runtime-4.9.3.ebuild +++ b/dev-java/antlr-runtime/antlr-runtime-4.9.3.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/antlr/antlr4/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD" SLOT="4" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" DEPEND=" >=virtual/jdk-1.8:*