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

(-)/space/cvs/gentoo-x86/eclass/python.eclass (+2 lines)
Lines 78-83 Link Here
78
	tmpstr="$(${python} -V 2>&1 )"
78
	tmpstr="$(${python} -V 2>&1 )"
79
	export PYVER_ALL="${tmpstr#Python }"
79
	export PYVER_ALL="${tmpstr#Python }"
80
	__python_version_extract $PYVER_ALL
80
	__python_version_extract $PYVER_ALL
81
	export PYTHON_LIBDIR="/usr/$(get_libdir)/python${PYVER}"
82
	export PYTHON_SITEDIR="${PYTHON_LIBDIR}/site-packages"
81
}
83
}
82
84
83
# @FUNCTION: python_makesym
85
# @FUNCTION: python_makesym

Return to bug 232575