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 9C337158013 for ; Sun, 10 Dec 2023 10:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2D1C2BC02D; Sun, 10 Dec 2023 10:04:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CA4492BC02D for ; Sun, 10 Dec 2023 10:04:13 +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 1086533E02F for ; Sun, 10 Dec 2023 10:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A15B214A8 for ; Sun, 10 Dec 2023 10:04:11 +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: <1702202647.d1d8d43fc1ae0c6f18a037275843fc9b7e4480e3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-testutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-testutil/ant-testutil-1.10.9.ebuild X-VCS-Directories: dev-java/ant-testutil/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d1d8d43fc1ae0c6f18a037275843fc9b7e4480e3 X-VCS-Branch: master Date: Sun, 10 Dec 2023 10:04:11 +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: 2d934edd-2379-46f7-8f69-33e63f311905 X-Archives-Hash: 23631d0a36a83fc2fc06d8bbe53fe4bc commit: d1d8d43fc1ae0c6f18a037275843fc9b7e4480e3 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 10 10:04:07 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 10 10:04:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d8d43f dev-java/ant-testutil: Keyword 1.10.9 arm, #919663 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/ant-testutil/ant-testutil-1.10.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/ant-testutil/ant-testutil-1.10.9.ebuild b/dev-java/ant-testutil/ant-testutil-1.10.9.ebuild index bb2cee641200..1f1b85e2d3ba 100644 --- a/dev-java/ant-testutil/ant-testutil-1.10.9.ebuild +++ b/dev-java/ant-testutil/ant-testutil-1.10.9.ebuild @@ -9,7 +9,7 @@ ANT_TASK_JREVER=1.8 inherit ant-tasks DESCRIPTION="Apache Ant's optional test utility classes" -KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" CDEPEND="dev-java/ant-core:0"