gentooup.sh: do not use binary packages for live-ebuilds or @preserved-rebuild

This commit is contained in:
layman 2019-06-24 10:31:20 +02:00
parent 8a3a2b9b22
commit b33501dd7f

View file

@ -86,7 +86,7 @@ fi
echo "Started at $STARTDATE"
echo "***************** rebuild packages *******************"
echo "run emerge -v ${PORTAGE_OPTIONS[*]} ${SETS[*]}"
echo "run emerge -v --getbinpkg=n --usepkg=n ${PORTAGE_OPTIONS[*]} ${SETS[*]}"
emerge -v "${PORTAGE_OPTIONS[@]}" "${SETS[@]}"
if [[ -n "$(which webappup.sh 2> /dev/null)" ]] ; then