Skip to content

Commit

Permalink
preserve
Browse files Browse the repository at this point in the history
this is better as we're preserving everything about the previously
passed atom modulo any renames
  • Loading branch information
thesamesam committed Jan 16, 2024
1 parent 86224fd commit 96b7f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/_emerge/depgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -6952,8 +6952,9 @@ def _iter_match_pkgs_atom(
found_match = True
matched_something = True

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

# USE=multislot can make an installed package appear as if
Expand Down

0 comments on commit 96b7f8e

Please sign in to comment.