projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d3426
)
action_uninstall: allow repo with wildcard atom
author
Zac Medico
<zmedico@gentoo.org>
Thu, 3 Feb 2011 08:14:49 +0000
(
00:14
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 3 Feb 2011 08:15:59 +0000
(
00:15
-0800)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 84f75568bb06ca86fac4764426fc4dc6b01c072a..505410c4bb37e81e6b87b41de6af6050f0743b97 100644
(file)
--- 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 = []