commit: 4f2c5e5703d3c82468f24335c2144bf211a86631 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Tue Jan 6 08:09:44 2026 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Tue Jan 6 09:08:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2c5e57
games-action/prismlauncher: max jdk-25 Closes: https://bugs.gentoo.org/968411 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/45269 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> .../{prismlauncher-9.4.ebuild => prismlauncher-9.4-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-action/prismlauncher/prismlauncher-9.4.ebuild b/games-action/prismlauncher/prismlauncher-9.4-r1.ebuild similarity index 97% rename from games-action/prismlauncher/prismlauncher-9.4.ebuild rename to games-action/prismlauncher/prismlauncher-9.4-r1.ebuild index c4085e3d8891..ea297d002c61 100644 --- a/games-action/prismlauncher/prismlauncher-9.4.ebuild +++ b/games-action/prismlauncher/prismlauncher-9.4-r1.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 @@ -50,10 +50,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
