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 CE5FC158094 for ; Tue, 19 Jul 2022 07:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F80E086A; Tue, 19 Jul 2022 07:41:29 +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 58A82E086A for ; Tue, 19 Jul 2022 07:41:29 +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 8D290340DA0 for ; Tue, 19 Jul 2022 07:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3FB9544 for ; Tue, 19 Jul 2022 07:41:26 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1658216468.8e3b64243bfa28d304e987eb833a77c1c5959e81.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/josm-bin/josm-bin-18463.ebuild X-VCS-Directories: sci-geosciences/josm-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8e3b64243bfa28d304e987eb833a77c1c5959e81 X-VCS-Branch: master Date: Tue, 19 Jul 2022 07:41:26 +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: 51f479fa-9a2b-4b30-bcba-5c898a8bc52a X-Archives-Hash: 4b0d9701db6cb10e9a3d801e8ff76468 commit: 8e3b64243bfa28d304e987eb833a77c1c5959e81 Author: Florian Schmaus gentoo org> AuthorDate: Tue Jul 19 07:41:08 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jul 19 07:41:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3b6424 sci-geosciences/josm-bin: stabilize 18463 for amd64, x86 Signed-off-by: Florian Schmaus gentoo.org> sci-geosciences/josm-bin/josm-bin-18463.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/josm-bin/josm-bin-18463.ebuild b/sci-geosciences/josm-bin/josm-bin-18463.ebuild index 3a5ff50d232a..37cce593e359 100644 --- a/sci-geosciences/josm-bin/josm-bin-18463.ebuild +++ b/sci-geosciences/josm-bin/josm-bin-18463.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}" LICENSE="Apache-2.0 GPL-2+ GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=">=virtual/jre-1.8" BDEPEND="app-arch/unzip"