From: Zac Medico Date: Mon, 20 Nov 2006 07:38:38 +0000 (-0000) Subject: For bug #155739, only check if a dep is in the args when myroot == self.target_root. X-Git-Tag: v2.1.2~438 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=82e229ae9a8ba8a31680ec1d302c4974c94fcf88;p=portage.git For bug #155739, only check if a dep is in the args when myroot == self.target_root. svn path=/main/trunk/; revision=5105 --- diff --git a/bin/emerge b/bin/emerge index a0a9c4aec..f20c5724b 100755 --- a/bin/emerge +++ b/bin/emerge @@ -802,7 +802,7 @@ class depgraph: self.blocker_parents.setdefault( " ".join(mybigkey), set()).add(myparent) return 1 - if not arg: + if not arg and myroot == self.target_root: arg = portage.best_match_to_list(mykey, self.args_keys) # select the correct /var database that we'll be checking against vardbapi = self.trees[myroot]["vartree"].dbapi