summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-03-14 20:34:17 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-03-14 20:34:23 +0100
commit8f1ae9c8fa91716a9b6ca9a98f8aaa93e829dcf2 (patch)
tree76f59644bd4cd7fca31788a4ac9ceb6648a3cbb7 /games-action
parentnet-analyzer/nload: Stabilize 0.7.5_pre20180309 ppc, #927021 (diff)
downloadgentoo-8f1ae9c8fa91716a9b6ca9a98f8aaa93e829dcf2.tar.gz
gentoo-8f1ae9c8fa91716a9b6ca9a98f8aaa93e829dcf2.tar.bz2
gentoo-8f1ae9c8fa91716a9b6ca9a98f8aaa93e829dcf2.zip
games-action/prismlauncher: fix live
Bug: https://bugs.gentoo.org/917072 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/prismlauncher/prismlauncher-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild
index efba041135b9..02f607f83f6c 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'