version bump qt4 USE flag and cmake-gui support parallel bootstrap Reproducible: Always
Created attachment 162055 [details] cmake-2.6.1
Don't attach anything without a comment. If the ebuild doesn't need to be changed - just say it. If you attach something, a unified diff is preferred.
(In reply to comment #2) > Don't attach anything without a comment. If the ebuild doesn't need to be > changed - just say it. If you attach something, a unified diff is preferred. > will do
Created attachment 162117 [details] changes from 2.6.0 inherit qt3 seems not to be needed qt4 USE flags provides cmake-gui parallel bootstrap build -- there may be better ways of doing that -- suggestions welcome
(In reply to comment #4) > echo $MAKEOPTS | egrep -o '\-j[[:digit:]]+' > /dev/null It won't match '-j NUMBER' (with space) or '-j' alone.
> > It won't match '-j NUMBER' (with space) or '-j' alone. > Good point. I don't think '-j' alone should be allowable.
Created attachment 162165 [details] above noted improvements plus improved regex
Created attachment 163861 [details, diff] adds patch for rpath vulnerablity this also adds a patch for the rpath vulnerability. See gentoo bug 224901
Created attachment 163865 [details, diff] cmake-2.6.0-to-2.6.1.patch I've updated the qt4 deps and also included the patch mentioned at bug #235731. I'll probably add it to the tree (masked) tomorrow if there're no objections.
In CVS now, big thanks to everyone!
Thanks much Timo!