mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
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:
parent
0d4f4ccc48
commit
b9ff41ed81
@ -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 )
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user