games-action/prismlauncher: max jdk-25 for live ebuild

Bug: https://bugs.gentoo.org/968411
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/45269
Closes: https://github.com/gentoo/gentoo/pull/45269
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2026-01-06 09:11:46 +01:00
committed by Nowa Ammerlaan
parent 4f2c5e5703
commit 8567ee95d2
@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -48,10 +48,11 @@ COMMON_DEPEND="
# actually use it on Linux, only on legacy macOS. Still, we need it present at
# build time to appease CMake, and having it like this makes it easier to
# maintain than patching the CMakeLists file directly.
# max jdk-25 for bug #968411
DEPEND="${COMMON_DEPEND}
dev-cpp/gulrak-filesystem
media-libs/libglvnd
>=virtual/jdk-1.8.0:*
<virtual/jdk-26:*
"
# QtSvg imageplugin needed at runtime for svg icons, via QIcon.
# At runtime we don't depend on JDK, only JRE