commit: 8567ee95d2ffd00191c9eccbdcc82f90e28c1822 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Tue Jan 6 08:11:46 2026 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Tue Jan 6 09:08:08 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8567ee95
games-action/prismlauncher: max jdk-25 for live ebuild Bug: https://bugs.gentoo.org/968411 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> 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 <AT> gentoo.org> games-action/prismlauncher/prismlauncher-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index a87547943776..4069a0a63898 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -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
