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 AE486158086 for ; Fri, 19 Nov 2021 07:24:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9185E079C; Fri, 19 Nov 2021 07:24:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 70856E079C for ; Fri, 19 Nov 2021 07:24:37 +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 870E1342DC3 for ; Fri, 19 Nov 2021 07:24:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEF641C8 for ; Fri, 19 Nov 2021 07:24:34 +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: <1637306650.c7642287229ac944eb8e54a0b1de3c4d370e3ae7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-buffer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netty-buffer/netty-buffer-4.0.36.ebuild X-VCS-Directories: dev-java/netty-buffer/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c7642287229ac944eb8e54a0b1de3c4d370e3ae7 X-VCS-Branch: master Date: Fri, 19 Nov 2021 07:24:34 +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: e1a231ac-1450-475a-9f99-d090698c7dd4 X-Archives-Hash: 40bee7650fd9af6b7f01feb3e23311f8 commit: c7642287229ac944eb8e54a0b1de3c4d370e3ae7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 19 07:23:40 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 19 07:24:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7642287 dev-java/netty-buffer: Keyword 4.0.36 ppc64, #822945 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/netty-buffer/netty-buffer-4.0.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/netty-buffer/netty-buffer-4.0.36.ebuild b/dev-java/netty-buffer/netty-buffer-4.0.36.ebuild index 9b2d89634f9c..3f08980c4948 100644 --- a/dev-java/netty-buffer/netty-buffer-4.0.36.ebuild +++ b/dev-java/netty-buffer/netty-buffer-4.0.36.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://netty.io/" SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )"