From 0f26ee601930d24ae9c831db9854072c12b1f19d Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 25 Apr 2017 16:17:57 -0400 Subject: [PATCH] pentoo-updater: update c++ abi per news item --- scripts/pentoo-updater.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 3427d9acd..8808af112 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -1,5 +1,5 @@ #!/bin/sh -source /etc/profile +. /etc/profile env-update if [ -n "${clst_target}" ]; then #we are in catalyst @@ -44,6 +44,9 @@ if [ -n "$(find /usr/include/python3.{3,4,5} -type f 2> /dev/null)" ]; then emerge -1v --usepkg=n --buildpkg=y /usr/include/python3.{3,4,5} fi +#taken from news item gcc-5-new-c++11-abi +revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc + if [ -n "${clst_target}" ]; then emerge @changed-deps || safe_exit fi @@ -54,12 +57,6 @@ perl-cleaner --ph-clean --modules -- --buildpkg=y || safe_exit emerge --deep --update --newuse -kb --changed-use --newrepo @world || safe_exit -if [ -x /usr/sbin/python-updater ]; then - python-updater -- --buildpkg=y || safe_exit -fi - -emerge --deep --update --newuse -kb --changed-use --newrepo @world || safe_exit - #if we are in catalyst, update the extra binpkgs if [ -n "${clst_target}" ]; then #add kde and mate use flags