mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-java/bsh: restrict to max Java 25
Compilation fails with openjdk-26. https://bugs.openjdk.org/browse/JDK-8359053 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43180 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
acfc5f89d0
commit
6caea1f430
@@ -31,8 +31,10 @@ CP_DEPEND="
|
||||
RDEPEND="${CP_DEPEND}
|
||||
>=virtual/jre-1.8:*"
|
||||
|
||||
# restrict to max Java 25
|
||||
# https://bugs.openjdk.org/browse/JDK-8359053
|
||||
DEPEND="${CP_DEPEND}
|
||||
>=virtual/jdk-1.8:*"
|
||||
<=virtual/jdk-25:*"
|
||||
|
||||
DOCS=(
|
||||
CHANGES.md
|
||||
Reference in New Issue
Block a user