Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: pym/_emerge/DepPrioritySatisfiedRange.py

Issue 6905107: Rebuild when build-time/run-time deps are upgraded. (Closed) Base URL: git://git.overlays.gentoo.org/proj/portage.git@master
Patch Set: Address review feedback, add tests. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pym/_emerge/DepPriorityNormalRange.py ('k') | pym/_emerge/Dependency.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pym/_emerge/DepPrioritySatisfiedRange.py
diff --git a/pym/_emerge/DepPrioritySatisfiedRange.py b/pym/_emerge/DepPrioritySatisfiedRange.py
index aa32d8f86635245601447afddd16e56d3b987d40..589afde3caa0ac7c38c76ffd2f09c278756a586d 100644
--- a/pym/_emerge/DepPrioritySatisfiedRange.py
+++ b/pym/_emerge/DepPrioritySatisfiedRange.py
@@ -80,6 +80,7 @@ class DepPrioritySatisfiedRange(object):
if priority.__class__ is not DepPriority:
return False
return bool(priority.satisfied or \
+ priority.optional or \
not priority.buildtime)
ignore_medium = _ignore_runtime
« no previous file with comments | « pym/_emerge/DepPriorityNormalRange.py ('k') | pym/_emerge/Dependency.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698