cat profile.bashrc 
if [ "${HOSTNAME}" == "gentoo64.infinera.com" ]; then
   # This does not work, why?
   [ -z "$_once" ] && EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} -k n" && 
_once=1
   [ -z "$_fonce" ] && FEATURES="${FEATURES} buildpkg" && _fonce=1
   export EMERGE_DEFAULT_OPTS
   export FEATURES
fi

If I add logging inside I see that these are set but emerge
does not build binpkgs, what am I missing ?

sys-apps/portage-2.3.79

    Jocke

Reply via email to