projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a91c01e
)
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:14:49 +0000
(
00:14
-0800)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 2c6ce87d54301eb747355075c64f18aa29705309..278002b055c5cec6eec84c127ab17b9f6f32a77f 100644
(file)
--- 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 = []