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 A818A158003 for ; Sat, 12 Mar 2022 09:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DB3CE0905; Sat, 12 Mar 2022 09:42:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8603FE0919 for ; Sat, 12 Mar 2022 09:42:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 808E1342FED for ; Sat, 12 Mar 2022 09:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ADA431A for ; Sat, 12 Mar 2022 09:42:47 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1647078156.e299d8c4b52dcade77e5ea44c7f0c753fa617bbb.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/lz4-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/lz4-java/lz4-java-1.8.0-r1.ebuild X-VCS-Directories: dev-java/lz4-java/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e299d8c4b52dcade77e5ea44c7f0c753fa617bbb X-VCS-Branch: master Date: Sat, 12 Mar 2022 09:42:47 +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: ccb08a85-e49d-4c8e-9c7a-be3ef00578c0 X-Archives-Hash: 79e9e5f208a36a8bd68d86f9a84dd5fe commit: e299d8c4b52dcade77e5ea44c7f0c753fa617bbb Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 12 09:42:36 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 12 09:42:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e299d8c4 dev-java/lz4-java: Stabilize 1.8.0-r1 arm64, #834097 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/lz4-java/lz4-java-1.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/lz4-java/lz4-java-1.8.0-r1.ebuild b/dev-java/lz4-java/lz4-java-1.8.0-r1.ebuild index bedad8c4cc56..993a8803f183 100644 --- a/dev-java/lz4-java/lz4-java-1.8.0-r1.ebuild +++ b/dev-java/lz4-java/lz4-java-1.8.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/lz4/lz4-java/archive/refs/tags/${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" # Tests require com.carrotsearch.randomizedtesting:junit4-ant, which is yet to # be packaged. Some extra steps are required before running the tests: