From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A059F138262 for ; Tue, 24 May 2016 09:11:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B7A314179; Tue, 24 May 2016 09:11:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3D4C14179 for ; Tue, 24 May 2016 09:11:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 789B9340A67 for ; Tue, 24 May 2016 09:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D511E987 for ; Tue, 24 May 2016 09:11:32 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1464080955.645e8fc03a029a0cdfeb305d4cfa9cdc59f77173.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/cycle.2.sh scripts/cycle.3.sh X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 645e8fc03a029a0cdfeb305d4cfa9cdc59f77173 X-VCS-Branch: desktop-amd64-musl-hardened Date: Tue, 24 May 2016 09:11:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e12ec240-2417-48a1-9b8b-b08eb03453cd X-Archives-Hash: 86a77eb9f0e7c2aa907b8054b7067851 commit: 645e8fc03a029a0cdfeb305d4cfa9cdc59f77173 Author: Anthony G. Basile gentoo org> AuthorDate: Tue May 24 09:09:15 2016 +0000 Commit: Anthony G. Basile gentoo 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