From 80f461cec46bfa5b69206f22931dc74aef9082d2 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 25 Apr 2017 16:22:38 -0400 Subject: [PATCH] pentoo-updater: added safety for gcc update --- scripts/pentoo-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 8808af112..42bb394cb 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -45,7 +45,7 @@ if [ -n "$(find /usr/include/python3.{3,4,5} -type f 2> /dev/null)" ]; then fi #taken from news item gcc-5-new-c++11-abi -revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc +revdep-rebuild --library 'libstdc++.so.6' -- --buildpkg=y --usepkg=n --exclude gcc if [ -n "${clst_target}" ]; then emerge @changed-deps || safe_exit