Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254898 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-util/cmake/cmake-2.6.2-r1.ebuild (-2 / +2 lines)
Lines 48-61 Link Here
48
48
49
	tc-export CC CXX LD
49
	tc-export CC CXX LD
50
50
51
	local qt_arg
51
#	local qt_arg
52
	if use qt4; then
52
	if use qt4; then
53
		qt_arg="--qt-gui"
53
		qt_arg="--qt-gui"
54
	else
54
	else
55
		qt_arg="--no-qt-gui"
55
		qt_arg="--no-qt-gui"
56
	fi
56
	fi
57
57
58
	local par_arg
58
#	local par_arg
59
	echo $MAKEOPTS | egrep -o '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' > /dev/null
59
	echo $MAKEOPTS | egrep -o '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' > /dev/null
60
	if [ $? -eq 0 ]; then
60
	if [ $? -eq 0 ]; then
61
		par_arg=$(echo $MAKEOPTS | egrep -o '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' | egrep -o '[[:digit:]]+')
61
		par_arg=$(echo $MAKEOPTS | egrep -o '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' | egrep -o '[[:digit:]]+')

Return to bug 254898