if True:
# Pull in blockers from all installed packages that haven't already
- # been pulled into the depgraph, in order to ensure that the are
+ # been pulled into the depgraph, in order to ensure that they are
# respected (bug 128809). Due to the performance penalty that is
# incurred by all the additional dep_check calls that are required,
# blockers returned from dep_check are cached on disk by the
writemsg_level=portage.util.writemsg_level):
"""
Returns a tuple of (returncode, pkgmap) where returncode is
- os.EX_OK is no errors occur, and 1 otherwise.
+ os.EX_OK if no errors occur, and 1 otherwise.
"""
quiet = "--quiet" in myopts
def getmaskingreason(mycpv, metadata=None, settings=None,
portdb=None, return_location=False, myrepo=None):
"""
- If specified, the myrepo argument is assumed it be valid. This
+ If specified, the myrepo argument is assumed to be valid. This
should be a safe assumption since portdbapi methods always
return valid repo names and valid "repository" metadata from
aux_get.