ebuild for apr-1.4.2 limits compile threads in ebuild. Reproducible: Always Steps to Reproduce: emerge apr Actual Results: apr ebuild only compiles at -j1 Expected Results: expected the ebuild to utilize all available resources to compile. I'm sure there are many many other ebuilds out there that do the same, however so far I've also found a comment saying WHY they're using -j1, but the apr ebuild doesn't. I copied the ebuild over and edited it and it compiled just fine. I'm sorry if this is petty, I just like having my system run fast, including when it's compiling. The apr ebuild was taking forever, and as I have distcc and 2 other systems here to help out, the -j1 bugged me.
bug 274246
(In reply to comment #1) > bug 274246 > Not really applicable, as I don't need -j1 to compile. So are you saying it is needed on some systems and not others?