Skip to content

Commit

Permalink
_emerge: tweak comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 15, 2024
1 parent 3c06c0c commit 5182c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_emerge/depgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -9702,7 +9702,7 @@ def find_smallest_cycle(mergeable_nodes, local_priority_range):
continue

if heuristic_overlap and running_root == task.root:
# Never uninstall sys-apps/portage or it's essential
# Never uninstall sys-apps/portage or its essential
# dependencies, except through replacement.
try:
runtime_dep_atoms = list(
Expand Down

0 comments on commit 5182c75

Please sign in to comment.