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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADF8D158086 for ; Fri, 7 Jan 2022 20:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBF582BC005; Fri, 7 Jan 2022 20:41:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 658B72BC002 for ; Fri, 7 Jan 2022 20:41:01 +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 6C30E342E5D for ; Fri, 7 Jan 2022 20:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6F05246 for ; Fri, 7 Jan 2022 20:40:58 +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: <1641588044.8d593d66f1526053006219416f9618e460d71343.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-collections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-collections/commons-collections-3.2.2.ebuild X-VCS-Directories: dev-java/commons-collections/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8d593d66f1526053006219416f9618e460d71343 X-VCS-Branch: master Date: Fri, 7 Jan 2022 20:40:58 +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: 7a1fe79e-1660-4e78-ab74-76a6c9a28e24 X-Archives-Hash: 408cdde0aa6b5b411ed43f9e108b9014 commit: 8d593d66f1526053006219416f9618e460d71343 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 7 20:38:02 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 7 20:40:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d593d66 dev-java/commons-collections: Keyword 3.2.2 arm, #830680 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/commons-collections/commons-collections-3.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/commons-collections/commons-collections-3.2.2.ebuild b/dev-java/commons-collections/commons-collections-3.2.2.ebuild index 6d32a5a18a44..3ad1e7ad5de4 100644 --- a/dev-java/commons-collections/commons-collections-3.2.2.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/${PN/-//}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )"