diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-06 21:53:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-06 21:53:34 +0000 |
| commit | 0ced4acaeda93c504362f0379f41580b9eee2341 (patch) | |
| tree | 23fe4b5853bf4624dc209d16e79e2cf42059e8fc /games-action | |
| parent | f27e224d6b8f301ea3f3011211852bbf200e5d3e (diff) | |
| download | baldeagleos-repo-0ced4acaeda93c504362f0379f41580b9eee2341.tar.gz baldeagleos-repo-0ced4acaeda93c504362f0379f41580b9eee2341.tar.xz baldeagleos-repo-0ced4acaeda93c504362f0379f41580b9eee2341.zip | |
Adding metadata
Diffstat (limited to 'games-action')
| -rw-r--r-- | games-action/prismlauncher/prismlauncher-9.4-r1.ebuild (renamed from games-action/prismlauncher/prismlauncher-9.4.ebuild) | 5 | ||||
| -rw-r--r-- | games-action/prismlauncher/prismlauncher-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-action/prismlauncher/prismlauncher-9.4.ebuild b/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 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 |
