From: Zac Medico Date: Thu, 3 Feb 2011 08:14:49 +0000 (-0800) Subject: action_uninstall: allow repo with wildcard atom X-Git-Tag: v2.2.0_alpha20~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3b4262ff0e1903f1c8dc8a9e3c34bb442deea04b;p=portage.git action_uninstall: allow repo with wildcard atom --- diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 2c6ce87d5..278002b05 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2528,7 +2528,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 = []