From d08d7e79e2e12d0be112bb64964497f1fc19ce85 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 1 Jul 2007 08:35:12 +0000 Subject: Update --buildpkgonly logic to account for DepPriority.MEDIUM_SOFT. (trunk r7108) svn path=/main/branches/2.1.2/; revision=7109 --- bin/emerge | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/emerge') diff --git a/bin/emerge b/bin/emerge index bf33f5839..ba0937e4a 100755 --- a/bin/emerge +++ b/bin/emerge @@ -5207,13 +5207,13 @@ def action_build(settings, trees, mtimedb, mydepgraph.display( mydepgraph.altlist(reversed=("--tree" in myopts))) if "--buildpkgonly" in myopts and \ - not mydepgraph.digraph.hasallzeros(ignore_priority=DepPriority.MEDIUM): + not mydepgraph.digraph.hasallzeros(ignore_priority=DepPriority.MEDIUM_SOFT): print "\n!!! --buildpkgonly requires all dependencies to be merged." print "!!! You have to merge the dependencies before you can build this package.\n" sys.exit(1) else: if ("--buildpkgonly" in myopts): - if not mydepgraph.digraph.hasallzeros(ignore_priority=DepPriority.MEDIUM): + if not mydepgraph.digraph.hasallzeros(ignore_priority=DepPriority.MEDIUM_SOFT): print "\n!!! --buildpkgonly requires all dependencies to be merged." print "!!! Cannot merge requested packages. Merge deps and try again.\n" sys.exit(1) -- cgit v1.2.3-1-g7c22