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 5B23515808B for ; Fri, 25 Feb 2022 18:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F72E0823; Fri, 25 Feb 2022 18:53:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53911E0823 for ; Fri, 25 Feb 2022 18:53:43 +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 E2C2B342FC1 for ; Fri, 25 Feb 2022 18:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50F652F5 for ; Fri, 25 Feb 2022 18:53:40 +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: <1645815195.edd6834b532f3ce4f8c499af96661f54bfb6ec25.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netty-common/netty-common-4.0.36-r2.ebuild X-VCS-Directories: dev-java/netty-common/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: edd6834b532f3ce4f8c499af96661f54bfb6ec25 X-VCS-Branch: master Date: Fri, 25 Feb 2022 18:53:40 +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: 8f814e8f-1d28-499f-a891-54854504a0e6 X-Archives-Hash: 82e53eb1a89fb1b7216afd9a89ec8b80 commit: edd6834b532f3ce4f8c499af96661f54bfb6ec25 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 25 18:53:15 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Feb 25 18:53:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd6834b dev-java/netty-common: Keyword 4.0.36-r2 arm, #833983 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/netty-common/netty-common-4.0.36-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/netty-common/netty-common-4.0.36-r2.ebuild b/dev-java/netty-common/netty-common-4.0.36-r2.ebuild index a41a8aff2481..a2a67091ff28 100644 --- a/dev-java/netty-common/netty-common-4.0.36-r2.ebuild +++ b/dev-java/netty-common/netty-common-4.0.36-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="test" # Same test failures as before the revbumps still occur. See https://bugs.gentoo.org/827221