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 9C952158011 for ; Mon, 10 Jan 2022 08:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 500EF2BC0AB; Mon, 10 Jan 2022 08:38:56 +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 34BDE2BC0AB for ; Mon, 10 Jan 2022 08:38:56 +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 BDFF7342E54 for ; Mon, 10 Jan 2022 08:38:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2972295 for ; Mon, 10 Jan 2022 08:38:51 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1641803869.25e00c4e4fcdc6c3ff96e1af0186f56e6d34e2e9.ago@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-r1.ebuild X-VCS-Directories: dev-java/netty-common/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 25e00c4e4fcdc6c3ff96e1af0186f56e6d34e2e9 X-VCS-Branch: master Date: Mon, 10 Jan 2022 08:38: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: b744d8f1-3ce1-4068-9b5e-035537adc5d8 X-Archives-Hash: 3d6f0ec75850643b8555cbffd2c311c0 commit: 25e00c4e4fcdc6c3ff96e1af0186f56e6d34e2e9 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jan 10 08:37:49 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jan 10 08:37:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e00c4e dev-java/netty-common: amd64 stable wrt bug #828557 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/netty-common/netty-common-4.0.36-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/netty-common/netty-common-4.0.36-r1.ebuild b/dev-java/netty-common/netty-common-4.0.36-r1.ebuild index 064d971361f7..92092df8c328 100644 --- a/dev-java/netty-common/netty-common-4.0.36-r1.ebuild +++ b/dev-java/netty-common/netty-common-4.0.36-r1.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=8 @@ -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 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" IUSE="test" # Same test failures as before the revbump still occur. See https://bugs.gentoo.org/827221