From 5c282b16190f95dc09023f932d2923bbff8ce91d Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 26 Nov 2019 13:23:10 -0500 Subject: [PATCH] pentoo-updater: more places to not use binpkgs --- scripts/pentoo-updater.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index aa24df610..996bc159e 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -401,7 +401,7 @@ if [ -n "${clst_target}" ]; then fi if portageq list_preserved_libs /; then - emerge @preserved-rebuild --buildpkg=y || safe_exit + FEATURES="-getbinpkg" emerge @preserved-rebuild --usepkg=n --buildpkg=y || safe_exit fi FEATURES="-getbinpkg" smart-live-rebuild 2>&1 || safe_exit revdep-rebuild -i -v -- --usepkg=n --buildpkg=y || safe_exit @@ -419,7 +419,7 @@ fi set_java || WE_FAILED=1 #only tell the updater that this failed if it's still failing at the end if portageq list_preserved_libs /; then - emerge @preserved-rebuild --buildpkg=y || safe_exit + FEATURES="-getbinpkg" emerge @preserved-rebuild --usepkg=n --buildpkg=y || safe_exit fi if [ -n "${clst_target}" ]; then