commit:     0a46f47682510eb7af1cb23dc1b9fada948ec172
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 09:12:25 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue May 24 09:12:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=0a46f476

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 148a344..599dec8 100644
--- a/scripts/cycle.2.sh
+++ b/scripts/cycle.2.sh
@@ -7,5 +7,5 @@ emerge -b1q app-portage/grs
 emerge --unmerge sys-fs/udev
 emerge -b1q sys-fs/eudev
 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 2acd55a..41640ae 100644
--- a/scripts/cycle.3.sh
+++ b/scripts/cycle.3.sh
@@ -3,7 +3,7 @@
 source /etc/profile
 env-update
 install-worldconf
-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

Reply via email to