Compare commits

..

No commits in common. "fdbb68fe7f6d7b023a977a9018eaa27702c5fdd5" and "bd332c57b03803b525a84a881522df5040e14d9c" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

@ -147,8 +147,8 @@ pkg_postinst() {
#optfeature "MangoHub support" games-util/mangohub #optfeature "MangoHub support" games-util/mangohub
#optfeature "obs-vkcapture support" media-video/obs-vkcapture #optfeature "obs-vkcapture support" media-video/obs-vkcapture
if use llvm-libunwind; then if use llvm-libunwind; then
ewarn "When using llvm-libunwind useflag all the runners downloaded from bottles should be broken" ewarn "When using llvm-libunwind useflag all wine version besides wine-vanilla and wine-staging are broken"
ewarn "So when using llvm-libunwind system wide is recommended to stick only to runners compiled by your system" ewarn "(including the runners downloaded from bottles itself)"
ewarn "Note: Using LLVM Profile Steam Proton works, so you can try bottles runners" ewarn "So when using llvm-libunwind system wide is recommended to stick only to system wine mentioned above."
fi fi
} }

View File

@ -147,8 +147,8 @@ pkg_postinst() {
#optfeature "MangoHub support" games-util/mangohub #optfeature "MangoHub support" games-util/mangohub
#optfeature "obs-vkcapture support" media-video/obs-vkcapture #optfeature "obs-vkcapture support" media-video/obs-vkcapture
if use llvm-libunwind; then if use llvm-libunwind; then
ewarn "When using llvm-libunwind useflag all the runners downloaded from bottles should be broken" ewarn "When using llvm-libunwind useflag all wine version besides wine-vanilla and wine-staging are broken"
ewarn "So when using llvm-libunwind system wide is recommended to stick only to runners compiled by your system" ewarn "(including the runners downloaded from bottles itself)"
ewarn "Note: Using LLVM Profile Steam Proton works, so you can try bottles runners" ewarn "So when using llvm-libunwind system wide is recommended to stick only to system wine mentioned above."
fi fi
} }