From ffa6c0e75b2c047f5f5700a074293353a9bdfd9f Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Fri, 31 Dec 2021 14:49:22 +0100 Subject: [PATCH] dev-java/netty-common: restrict tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/829823 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/23604 Signed-off-by: Miroslav Ć ulc --- 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 74b75f768b493..064d971361f79 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