summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/wine-staging: drop 7.19, 7.22Ionen Wolkens2023-03-041-40/+0
| | | | | | | | These are very close to stable wine-staging-8.0, bare lacking some bug fixes. Should be little reason to keep, please use 8.0 instead. If you need actual wine-7, then consider wine-vanilla-7.0.x instead. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: fix clang + USE=-llvm-libunwind buildIonen Wolkens2022-09-131-0/+40
_Unwind_Find_FDE doesn't exist in libunwind but does in gcc's rtlib, clang instead expects it from llvm-libunwind which leads to undefined references even with USE=-unwind. Messy but add extra guards around it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>