commit: 0180803189b0ddea6b3bf34dfa44589ff65447aa Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Oct 28 14:35:33 2017 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Oct 28 14:35:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=01808031
scripts/cycle.3.sh: emerge @preserved-rebuild after depclean, not before scripts/cycle.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh index 41640ae..e106ecf 100644 --- a/scripts/cycle.3.sh +++ b/scripts/cycle.3.sh @@ -5,5 +5,5 @@ env-update install-worldconf emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world clean-worldconf -emerge -bq --keep-going @preserved-rebuild emerge --depclean +emerge -bq --keep-going @preserved-rebuild
