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 E602658973 for ; Tue, 19 Jan 2016 17:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECCA921C084; Tue, 19 Jan 2016 17:39:38 +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 98DC021C084 for ; Tue, 19 Jan 2016 17:39:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA68340813 for ; Tue, 19 Jan 2016 17:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75B7ACB3 for ; Tue, 19 Jan 2016 17:39:35 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1453225244.9a68fea06890542d4c82a8ddf2e22ca44cd50a2e.zorry@gentoo> Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: patches/ X-VCS-Repository: proj/tinderbox-cluster X-VCS-Files: patches/portage.patch X-VCS-Directories: patches/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 9a68fea06890542d4c82a8ddf2e22ca44cd50a2e X-VCS-Branch: master Date: Tue, 19 Jan 2016 17:39:35 +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: 70186fc5-e5ca-42ae-861a-b915401d4816 X-Archives-Hash: 022e92f5a963d8de2d7093e86c8cbf60 commit: 9a68fea06890542d4c82a8ddf2e22ca44cd50a2e Author: Magnus Granberg gentoo org> AuthorDate: Tue Jan 19 17:40:44 2016 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Tue Jan 19 17:40:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=9a68fea0 support portage 2.2.27 patches/portage.patch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/patches/portage.patch b/patches/portage.patch index bbf8720..6f2d17f 100644 --- a/patches/portage.patch +++ b/patches/portage.patch @@ -44,7 +44,7 @@ if '--usepkgonly' not in myopts: old_tree_timestamp_warn(settings['PORTDIR'], settings) -@@ -312,16 +314,10 @@ def action_build(settings, trees, mtimed +@@ -319,20 +319,14 @@ def action_build(settings, trees, mtimed print(darkgreen("emerge: It seems we have nothing to resume...")) return os.EX_OK @@ -58,6 +58,10 @@ + success, settings, trees, mtimedb, mydepgraph = build_mydepgraph(settings, + trees, mtimedb, myopts, myparams, myaction, myfiles, spinner, build_dict, session) + if "--autounmask-only" in myopts: + mydepgraph.display_problems() + return 0 + if not success: - mydepgraph.display_problems() return 1