Reported by Justus Winter by e-mail: the build script that comes along with qcad does not honor any MAKEOPTS and by doing so slows down distributed compiling for example. solution #1: reimplement the things build_qcad.sh in the ebuild instead of calling it. (bloat?) solution #2: (my approach, i am lazy) add $(MAKEOPTS) to every make in build_qcad.sh by modifying qcad-2.0.2.0-1.src-gentoo.patch
Created attachment 28343 [details, diff] Patch to the original patch
Should be fixed for 2.0.3-1, please test.