aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2016-01-19 18:40:44 +0100
committerMagnus Granberg <zorry@gentoo.org>2016-01-19 18:40:44 +0100
commit9a68fea06890542d4c82a8ddf2e22ca44cd50a2e (patch)
tree334686c1efe783cd0b81324e02605c90f6e4b09c
parentmove the hash for the build log (diff)
downloadtinderbox-cluster-9a68fea06890542d4c82a8ddf2e22ca44cd50a2e.tar.gz
tinderbox-cluster-9a68fea06890542d4c82a8ddf2e22ca44cd50a2e.tar.bz2
tinderbox-cluster-9a68fea06890542d4c82a8ddf2e22ca44cd50a2e.zip
support portage 2.2.27
-rw-r--r--patches/portage.patch6
1 files changed, 5 insertions, 1 deletions
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