diff options
-rw-r--r-- | pym/_emerge/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 84f75568b..505410c4b 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2507,7 +2507,7 @@ def action_uninstall(settings, trees, ldpath_mtimes, atom += "::" + ext_atom.repo if vardb.match(atom): - valid_atoms.append(Atom(atom)) + valid_atoms.append(Atom(atom, allow_repo=True)) else: msg = [] |