From 7e2240e27e1693495eaf827df4e9f68fba8c3bba Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 3 Feb 2011 00:14:49 -0800 Subject: action_uninstall: allow repo with wildcard atom --- pym/_emerge/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge') 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 = [] -- cgit v1.2.3-1-g7c22