Compare commits

...

2 Commits

Author SHA1 Message Date
Parona
fdbb68fe7f Merge branch 'bootle-llvm' into 'master'
app-emulation/bottles: update elog message for llvm-libunwind

See uest src_prepare/src_prepare-overlay!393
2024-01-18 19:13:46 +00:00
Gonçalo Negrier Duarte
f531fd4007
app-emulation/bottles: update elog message for llvm-libunwind
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-01-18 18:59:02 +00:00
2 changed files with 6 additions and 6 deletions

View File

@ -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
}

View File

@ -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
}