New comment by LinArcX on void-packages repository https://github.com/void-linux/void-packages/pull/14780#issuecomment-536199827 Comment: > > ``` > > 1. Can i set specific ARCHs for this package? (For example said, only build for x86_64 and i686)? > > ``` > > Archs is for marking packages that are strictly tied to arch, eg. written in assembler. Most of qmake-built packages do cross build with small effort. > > > ``` > > 3. `so no need to define most of libraries in depends`. Exactly which of them should i remove? > > ``` > > Detected by xbps-src, see output of build, I quoted what to look for already. > > > It's correct, isn't it? > > You can check it. No, no. I mean just build this package for x86_64 and i686. I see some options like nocross: `nocross="kaccounts-integration is nocross"` or archs="x86_64*i686*" Can i use them?