From e5ef927a676b97c4a86bec6511d1dad11b700735 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 3 May 2022 22:46:31 +0200 Subject: [PATCH] Adding -g --- scripts/cycle.1.sh | 1 - scripts/cycle.2.sh | 2 +- scripts/cycle.3.sh | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index 267d758..bf4b708 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -2,7 +2,6 @@ echo "Do nothing." -emerge --sync # This is just here to sync up with the other desktops systems. # It just makes life easier when doing a 'git diff' between branches. # But if we were to do the same thing, it would be roughly this ... diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh index 1bcf81f..7ace596 100644 --- a/scripts/cycle.2.sh +++ b/scripts/cycle.2.sh @@ -6,4 +6,4 @@ emerge -b1q portage emerge -b1q app-portage/grs unset CONFIGFILE -emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world +emerge -bevqg --keep-going --verbose-conflicts --with-bdeps=y @world diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh index d1ac17e..ff344e9 100644 --- a/scripts/cycle.3.sh +++ b/scripts/cycle.3.sh @@ -5,7 +5,7 @@ env-update unset CONFIGFILE install-worldconf -emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world +emerge -buvNDqg --keep-going --verbose-conflicts --with-bdeps=y @world clean-worldconf emerge --depclean -emerge -bq --keep-going @preserved-rebuild +emerge -bqg --keep-going @preserved-rebuild