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 5D65B139BC7 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 A9A30E0882; Sun, 27 Sep 2015 13:19:40 +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 5810CE0881 for ; Sun, 27 Sep 2015 13:19:40 +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 82723340F09 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 5D1851F1 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: <1443360249.63773aa7a5be5e747f9ba5783796a71d2ee652c9.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-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: 63773aa7a5be5e747f9ba5783796a71d2ee652c9 X-VCS-Branch: desktop-amd64-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: 453bf30f-f0c4-4998-9e71-fa72046027f3 X-Archives-Hash: e1c2cb541c7d04fe91a788cc1f5812ed commit: 63773aa7a5be5e747f9ba5783796a71d2ee652c9 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:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=63773aa7 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