diff --git a/net-p2p/biglybt/biglybt-3.9.0.0.ebuild b/net-p2p/biglybt/biglybt-3.9.0.0-r1.ebuild similarity index 93% rename from net-p2p/biglybt/biglybt-3.9.0.0.ebuild rename to net-p2p/biglybt/biglybt-3.9.0.0-r1.ebuild index 9abe410963d72..e8f165ed97dae 100644 --- a/net-p2p/biglybt/biglybt-3.9.0.0.ebuild +++ b/net-p2p/biglybt/biglybt-3.9.0.0-r1.ebuild @@ -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 ) "