mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user