mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-java/xalan: 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
a04937260b
commit
acfc5f89d0
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -31,10 +31,12 @@ CP_DEPEND="
|
||||
dev-java/xerces:2
|
||||
"
|
||||
|
||||
# restrict to max Java 25
|
||||
# https://bugs.openjdk.org/browse/JDK-8359053
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
${CP_DEPEND}
|
||||
>=virtual/jdk-1.8:*
|
||||
<=virtual/jdk-25:*
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
Reference in New Issue
Block a user