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 DCF6013881D for ; Sun, 27 Sep 2015 13:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1560E0884; Sun, 27 Sep 2015 13:19:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 983ACE0884 for ; Sun, 27 Sep 2015 13:19:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA1C0340F0D for ; Sun, 27 Sep 2015 13:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94E5429F for ; Sun, 27 Sep 2015 13:19:38 +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: <1443360286.d56d254687a19cc3ab174fce8b1faf4ed35c1a89.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-x32-hardened commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/cycle.3.sh X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: d56d254687a19cc3ab174fce8b1faf4ed35c1a89 X-VCS-Branch: desktop-amd64-x32-hardened Date: Sun, 27 Sep 2015 13:19:38 +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: c233f1f6-725b-43cb-84ff-0bcf252e0c16 X-Archives-Hash: b389819c4df121daaf7b9a595d2e4536 commit: d56d254687a19cc3ab174fce8b1faf4ed35c1a89 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Sep 27 13:24:09 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Sep 27 13:24:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=d56d2546 scripts/cycle.3.sh: keep going during revdep-rebuild. 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 53d7c3b..496ea94 100644 --- a/scripts/cycle.3.sh +++ b/scripts/cycle.3.sh @@ -5,5 +5,5 @@ env-update install-worldconf emerge -buvNDq --keep-going --with-bdeps=y @world clean-worldconf -emerge -bq @preserved-rebuild +emerge -bq --keep-going @preserved-rebuild emerge --depclean