dev-java/commons-rng: adjust test-dependency

For running tests, have junit:5 built without the 'vintage' USE flag.

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/44442
Closes: https://github.com/gentoo/gentoo/pull/44442
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki 2025-12-15 01:19:12 +01:00 committed by Miroslav Šulc
parent b62c9a1dbe
commit 08940b6d73
No known key found for this signature in database
GPG Key ID: 65D0F770B26B469C

View File

@ -20,11 +20,14 @@ KEYWORDS="amd64 arm64 ppc64"
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-aherbert )"
# [-vintage] because, if junit:5 compiled with 'USE=vintage':
# Error: Module junit not found, required by org.junit.vintage.engine
DEPEND="
>=virtual/jdk-11:*
test? (
>=dev-java/commons-math-3.6.1-r2:3
>=dev-java/jmh-core-1.37:0
dev-java/junit:5[-vintage]
dev-java/opentest4j:0
)
"