From f531fd40073a576b3f7c52579ab14fb0e00b739e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= Date: Thu, 18 Jan 2024 18:59:02 +0000 Subject: [PATCH] app-emulation/bottles: update elog message for llvm-libunwind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonçalo Negrier Duarte --- app-emulation/bottles/bottles-51.10.ebuild | 6 +++--- app-emulation/bottles/bottles-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emulation/bottles/bottles-51.10.ebuild b/app-emulation/bottles/bottles-51.10.ebuild index 4b6e081..b63b250 100644 --- a/app-emulation/bottles/bottles-51.10.ebuild +++ b/app-emulation/bottles/bottles-51.10.ebuild @@ -147,8 +147,8 @@ pkg_postinst() { #optfeature "MangoHub support" games-util/mangohub #optfeature "obs-vkcapture support" media-video/obs-vkcapture if use llvm-libunwind; then - ewarn "When using llvm-libunwind useflag all wine version besides wine-vanilla and wine-staging are broken" - ewarn "(including the runners downloaded from bottles itself)" - ewarn "So when using llvm-libunwind system wide is recommended to stick only to system wine mentioned above." + ewarn "When using llvm-libunwind useflag all the runners downloaded from bottles should be broken" + ewarn "So when using llvm-libunwind system wide is recommended to stick only to runners compiled by your system" + ewarn "Note: Using LLVM Profile Steam Proton works, so you can try bottles runners" fi } diff --git a/app-emulation/bottles/bottles-9999.ebuild b/app-emulation/bottles/bottles-9999.ebuild index 4b6e081..b63b250 100644 --- a/app-emulation/bottles/bottles-9999.ebuild +++ b/app-emulation/bottles/bottles-9999.ebuild @@ -147,8 +147,8 @@ pkg_postinst() { #optfeature "MangoHub support" games-util/mangohub #optfeature "obs-vkcapture support" media-video/obs-vkcapture if use llvm-libunwind; then - ewarn "When using llvm-libunwind useflag all wine version besides wine-vanilla and wine-staging are broken" - ewarn "(including the runners downloaded from bottles itself)" - ewarn "So when using llvm-libunwind system wide is recommended to stick only to system wine mentioned above." + ewarn "When using llvm-libunwind useflag all the runners downloaded from bottles should be broken" + ewarn "So when using llvm-libunwind system wide is recommended to stick only to runners compiled by your system" + ewarn "Note: Using LLVM Profile Steam Proton works, so you can try bottles runners" fi }