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 CAD3A158086 for ; Sat, 1 Jan 2022 08:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 249CF2BC00A; Sat, 1 Jan 2022 08:32:33 +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 0D0932BC00A for ; Sat, 1 Jan 2022 08:32:33 +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 120063430E6 for ; Sat, 1 Jan 2022 08:32:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A28268 for ; Sat, 1 Jan 2022 08:32:30 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1641025947.ffa6c0e75b2c047f5f5700a074293353a9bdfd9f.fordfrog@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: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ffa6c0e75b2c047f5f5700a074293353a9bdfd9f X-VCS-Branch: master Date: Sat, 1 Jan 2022 08:32:30 +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: a73e461f-57a4-4b74-aefe-d47b22a5a02f X-Archives-Hash: f8b72fe6a4a18b9858da50e3efc09b40 commit: ffa6c0e75b2c047f5f5700a074293353a9bdfd9f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Dec 31 13:49:22 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jan 1 08:32:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa6c0e7 dev-java/netty-common: restrict tests Closes: https://bugs.gentoo.org/829823 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/23604 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/netty-common/netty-common-4.0.36-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 74b75f768b49..064d971361f7 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 @@ -16,7 +16,9 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="test" -RESTRICT="!test? ( test )" + +# Same test failures as before the revbump still occur. See https://bugs.gentoo.org/827221 +RESTRICT="test" CDEPEND="dev-java/commons-logging:0 dev-java/javassist:3