action_uninstall: allow repo with wildcard atom
authorZac Medico <zmedico@gentoo.org>
Thu, 3 Feb 2011 08:14:49 +0000 (00:14 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 3 Feb 2011 08:14:49 +0000 (00:14 -0800)
pym/_emerge/actions.py

index 2c6ce87d54301eb747355075c64f18aa29705309..278002b055c5cec6eec84c127ab17b9f6f32a77f 100644 (file)
@@ -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 = []