typeset -g FSB_EMERGE_JOBS : ${FSB_EMERGE_JOBS:=$(cat /proc/cpuinfo | grep '^processor' | wc -l)} # disable userpriv as cmake has trouble with non-readable/setuid executables # gentoo bug 486270, https://cmake.org/Bug/view.php?id=10468 fsb_chroot_bash FEATURES=-userpriv emerge --jobs $FSB_EMERGE_JOBS --verbose-conflicts "$@"