mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
pentoo-updater: added safety for gcc update
This commit is contained in:
parent
0f26ee6019
commit
80f461cec4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue