net-p2p/biglybt: restrict to max jdk:25

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/44302
Closes: https://github.com/gentoo/gentoo/pull/44302
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki 2025-10-23 19:08:24 +02:00 committed by Miroslav Šulc
parent 0d4f4ccc48
commit b9ff41ed81
No known key found for this signature in database
GPG Key ID: 65D0F770B26B469C

View File

@ -33,9 +33,15 @@ CP_DEPEND="
# sun.net.spi.nameservice.NameServiceDescriptor: Provider com.biglybt.core.util.spi.AENameServiceDescriptor not found
#
# NOTE: BiglyBT works with [headless-awt]
# Restrict to max jdk:25 because of a compilation error with jdk:26.
# core/src/com/biglybt/core/security/impl/SESecurityManagerImpl.java:415: error: cannot find symbol
# t.stop();
# ^
# symbol: method stop()
# location: variable t of type Thread
DEPEND="
${CP_DEPEND}
>=virtual/jdk-11:*
|| ( virtual/jdk:25 virtual/jdk:21 virtual/jdk:17 virtual/jdk:11 )
test? ( dev-java/assertj-core:3 )
"