mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
b62c9a1dbe
commit
08940b6d73
@ -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
|
||||
)
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user