aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-02-03 00:14:49 -0800
committerZac Medico <zmedico@gentoo.org>2011-02-03 00:14:49 -0800
commit3b4262ff0e1903f1c8dc8a9e3c34bb442deea04b (patch)
treef28b9e24158a5a2e275cca09918383742d42918e /pym/_emerge/actions.py
parentbintree: cleanup/fix old binhost code more (diff)
downloadportage-3b4262ff0e1903f1c8dc8a9e3c34bb442deea04b.tar.gz
portage-3b4262ff0e1903f1c8dc8a9e3c34bb442deea04b.tar.bz2
portage-3b4262ff0e1903f1c8dc8a9e3c34bb442deea04b.zip
action_uninstall: allow repo with wildcard atom
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
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 = []