Diff prismlauncher-9.1-r1 with a prismlauncher-9.4-r1

/usr/portage/games-action/prismlauncher/prismlauncher-9.4-r1.ebuild 2026-01-08 10:18:06.019017731 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
23 23
		https://github.com/PrismLauncher/PrismLauncher/releases/download/${PV}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz
24 24
	"
25 25
	S="${WORKDIR}/${MY_PN}-${PV}"
26
	KEYWORDS="amd64 ~arm64"
26
	KEYWORDS="amd64 ~arm64 ~x86"
27 27
fi
28 28

  
29 29
# GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself
......
50 50
# actually use it on Linux, only on legacy macOS. Still, we need it present at
51 51
# build time to appease CMake, and having it like this makes it easier to
52 52
# maintain than patching the CMakeLists file directly.
53
# max jdk-25 for bug #968411
53 54
DEPEND="${COMMON_DEPEND}
54 55
	dev-cpp/gulrak-filesystem
55 56
	media-libs/libglvnd
56
	>=virtual/jdk-1.8.0:*
57
	<virtual/jdk-26:*
57 58
"
58 59
# QtSvg imageplugin needed at runtime for svg icons, via QIcon.
59 60
# At runtime we don't depend on JDK, only JRE
Thank you!