There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages fix/fcitx5-qt-atomic https://github.com/void-linux/void-packages/pull/40601 fcitx5-qt: remove unused conditional block the test on this block always evaluates false because `XBPS_TARGET_NOATOMIC8` is never set, so it is never run (the variable is actually `XBPS_TARGET_NO_ATOMIC8`). Because it was never active it should not change the resultant package on armv6 or other no atomic8 platforms. #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/40601.patch is attached