From b33501dd7fc0bcf47bfc5b41fba90c5c03cfe3ba Mon Sep 17 00:00:00 2001 From: layman Date: Mon, 24 Jun 2019 10:31:20 +0200 Subject: [PATCH] gentooup.sh: do not use binary packages for live-ebuilds or @preserved-rebuild --- gentooup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentooup.sh b/gentooup.sh index dc516fe..31666a3 100755 --- a/gentooup.sh +++ b/gentooup.sh @@ -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