From: Zac Medico Date: Thu, 21 Sep 2006 07:44:05 +0000 (-0000) Subject: Prevent --update and/or --deep style behavior when the user hasn't specified them... X-Git-Tag: v2.1.1-r1~43 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed131a813b8d2e65e27ba05de0c69aa900619a76;p=portage.git Prevent --update and/or --deep style behavior when the user hasn't specified them. In these cases a full depgraph isn't desired and we have to ignore the installed deps that are now returned from dep_check. svn path=/main/trunk/; revision=4492 --- diff --git a/bin/emerge b/bin/emerge index 118de5aec..2b741d4be 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1108,6 +1108,11 @@ class depgraph: else: #We are not processing a blocker but a normal dependency if not arg: + if "empty" not in self.myparams and \ + "deep" not in self.myparams and \ + vardb.match(x): + continue + pkg_key = portage.dep_getkey(x) if pkg_key in pkgsettings.pprovideddict and \ portage.match_from_list(