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 <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23604
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2021-12-31 14:49:22 +01:00
committed by Miroslav Šulc
parent 8f370aaa92
commit ffa6c0e75b

View File

@@ -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