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 54F2F158020 for ; Fri, 23 Dec 2022 16:51:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D764E0894; Fri, 23 Dec 2022 16:51:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 85732E0894 for ; Fri, 23 Dec 2022 16:51:54 +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 81160340FDE for ; Fri, 23 Dec 2022 16:51:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C839B7E8 for ; Fri, 23 Dec 2022 16:51:51 +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: <1671814298.a5aa54010c7e94b1db2a944c982fda093b8f05b5.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-nullanalysis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild X-VCS-Directories: dev-java/commons-nullanalysis/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a5aa54010c7e94b1db2a944c982fda093b8f05b5 X-VCS-Branch: master Date: Fri, 23 Dec 2022 16:51:51 +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: 6ed377cd-91e8-47fb-a8f4-5e7eb5ff875f X-Archives-Hash: 2c0bc14d032c1e680c2c2c831d08d19e commit: a5aa54010c7e94b1db2a944c982fda093b8f05b5 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 23 16:51:38 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 23 16:51:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aa5401 dev-java/commons-nullanalysis: Keyword 1.2.17 arm, #888077 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild b/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild index cf6c5a7325f4..1544189150b4 100644 --- a/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild +++ b/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*"