--- /usr/portage/dev-util/cmake/cmake-2.6.2-r1.ebuild 2009-01-17 09:57:56.556996927 -0800 +++ /usr/portage/local/dev-util/cmake/cmake-2.6.2-r1.ebuild 2009-01-17 09:54:42.000000000 -0800 @@ -48,14 +48,14 @@ tc-export CC CXX LD - local qt_arg +# local qt_arg if use qt4; then qt_arg="--qt-gui" else qt_arg="--no-qt-gui" fi - local par_arg +# local par_arg echo $MAKEOPTS | egrep -o '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' > /dev/null if [ $? -eq 0 ]; then par_arg=$(echo $MAKEOPTS | egrep -o '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' | egrep -o '[[:digit:]]+')