Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30938
Collapse All | Expand All

(-)kdevelop-3.0_alpha7.ebuild (-1 / +2 lines)
Lines 33-39 Link Here
33
	myconf="$myconf --disable-javasupport"
33
	myconf="$myconf --disable-javasupport"
34
fi
34
fi
35
if [ "`use python`" ]; then
35
if [ "`use python`" ]; then
36
	myconf="$myconf --enable-scripting --with-pythondir=/usr/lib/python2.2"
36
	mypyver=`python -c "import sys; print sys.version[:3]"`
37
	myconf="$myconf --enable-scripting --with-pythondir=/usr/lib/python${mypyver}"
37
else
38
else
38
	myconf="$myconf --disable-scripting"
39
	myconf="$myconf --disable-scripting"
39
fi
40
fi

Return to bug 30938