From 8f1ae9c8fa91716a9b6ca9a98f8aaa93e829dcf2 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 14 Mar 2024 20:34:17 +0100 Subject: [PATCH] games-action/prismlauncher: fix live Bug: https://bugs.gentoo.org/917072 Signed-off-by: Andrew Ammerlaan --- games-action/prismlauncher/prismlauncher-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index efba041135b9d..02f607f83f6ca 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -119,7 +119,7 @@ src_prepare() { elog elog "If you experience any problems, install an older java compiler" elog "and select it with \"eselect java\", then recompile ${PN}." - eapply "${FILESDIR}/${P}-openjdk21.patch" + eapply "${FILESDIR}/${PN}-8.2-openjdk21.patch" fi sed -i -e 's/-Werror//' CMakeLists.txt || die 'Failed to remove -Werror via sed'