cd ${S}
local GENTOOARCH="${ARCH}"
unset ARCH
export MAKEOPTS="${MAKEOPT} -j1"
emake || die "emake failed"
ARCH="${GENTOOARCH}"
}