Skip to content

Commit

Permalink
select_package
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Jan 16, 2024
1 parent 96b7f8e commit 182dc30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/_emerge/depgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -6953,9 +6953,7 @@ def _iter_match_pkgs_atom(
matched_something = True

atom = Atom(atom.replace(source, dest))
yield from self._iter_match_pkgs_atom(
root_config, pkg_type, atom, onlydeps=onlydeps
)
return self._select_package(root_config.root, atom)

# USE=multislot can make an installed package appear as if
# it doesn't satisfy a slot dependency. Rebuilding the ebuild
Expand Down

0 comments on commit 182dc30

Please sign in to comment.