commit: 645e8fc03a029a0cdfeb305d4cfa9cdc59f77173 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue May 24 09:09:15 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue May 24 09:09:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=645e8fc0
scripts: add --verbose-conflicts scripts/cycle.2.sh | 2 +- scripts/cycle.3.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh index 838f713..afb709c 100644 --- a/scripts/cycle.2.sh +++ b/scripts/cycle.2.sh @@ -14,5 +14,5 @@ emerge -b1q musl rm -rf /etc/portage/package.use install-worldconf -emerge -bevq --keep-going --with-bdeps=y @world +emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world clean-worldconf diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh index 34657c2..1890cbe 100644 --- a/scripts/cycle.3.sh +++ b/scripts/cycle.3.sh @@ -4,7 +4,7 @@ source /etc/profile env-update install-worldconf layman -S -emerge -buvNDq --keep-going --with-bdeps=y @world +emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world clean-worldconf emerge -bq --keep-going @preserved-rebuild emerge --depclean
