Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
use debug && CHECKREQS_DISK_BUILD="8192" || CHECKREQS_DISK_BUILD="5120"
check_reqs
# Check python
if ! built_with_use dev-lang/python threads
then
eerror "Python needs to be built with threads."
die
fi
strip-linguas ${LANGS}
if [[ -z "${LINGUAS}" ]]; then