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 4C007158094 for ; Mon, 25 Jul 2022 04:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0E5EE10A0; Mon, 25 Jul 2022 04:19:47 +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 767ACE10A1 for ; Mon, 25 Jul 2022 04:19:47 +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 8CB25340F1D for ; Mon, 25 Jul 2022 04:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A2E2569 for ; Mon, 25 Jul 2022 04:19:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658722708.c1276fafbf7c5ef2ac500c1e93507704a2d508aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netty/netty-4.1.35-r1.ebuild X-VCS-Directories: dev-java/netty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c1276fafbf7c5ef2ac500c1e93507704a2d508aa X-VCS-Branch: master Date: Mon, 25 Jul 2022 04:19:43 +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: fdc072cb-7d4a-4cba-b08b-40c768475d93 X-Archives-Hash: ba135a931ad68ae7b33b90b6d4fc1925 commit: c1276fafbf7c5ef2ac500c1e93507704a2d508aa Author: Sam James gentoo org> AuthorDate: Mon Jul 25 04:18:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 25 04:18:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1276faf dev-java/netty: Stabilize 4.1.35-r1 ppc64, #859361 Signed-off-by: Sam James gentoo.org> dev-java/netty/netty-4.1.35-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/netty/netty-4.1.35-r1.ebuild b/dev-java/netty/netty-4.1.35-r1.ebuild index 328ab221e167..f9ee4e1daad5 100644 --- a/dev-java/netty/netty-4.1.35-r1.ebuild +++ b/dev-java/netty/netty-4.1.35-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/netty/netty/archive/refs/tags/netty-${PV}.Final.tar. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc64 x86" # We do not build the full range of modules provided by netty but only what # was available before in netty-common, netty-buffer and netty-transport.