dev-java/compile-testing: restrict to min. jdk 11

Closes: https://bugs.gentoo.org/965379
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/44434
Closes: https://github.com/gentoo/gentoo/pull/44434
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki 2025-11-02 14:14:21 +01:00 committed by Miroslav Šulc
parent 52457c4bb9
commit 17b9ed87f4
No known key found for this signature in database
GPG Key ID: 65D0F770B26B469C

View File

@ -28,7 +28,7 @@ DEPEND="
dev-java/javapoet:0
dev-java/junit:4
dev-java/truth:0
>=virtual/jdk-1.8:*
>=virtual/jdk-11:*
test? (
>=dev-java/guava-testlib-33.4.8:0
dev-java/jspecify:0