Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
version bump qt4 USE flag and cmake-gui support parallel bootstrap Reproducible: Always
Created an attachment (id=162055) [edit] 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 an attachment (id=162117) [edit] 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 an attachment (id=162165) [edit] above noted improvements plus improved regex
Created an attachment (id=163861) [edit] adds patch for rpath vulnerablity this also adds a patch for the rpath vulnerability. See gentoo bug 224901
Created an attachment (id=163865) [edit] 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!