projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf4d79
)
bintree: add missing del from previous commit
author
Zac Medico
<zmedico@gentoo.org>
Thu, 3 Feb 2011 07:05:28 +0000
(23:05 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 3 Feb 2011 07:05:28 +0000
(23:05 -0800)
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index a9c614d8a13110e4b8d959014878996321bc09b1..4857e7fbf029237d34cd7846f3e28d102a3daf14 100644
(file)
--- a/
pym/portage/dbapi/bintree.py
+++ b/
pym/portage/dbapi/bintree.py
@@
-960,7
+960,7
@@
class binarytree(object):
except:
writemsg(_("!!! Failed to inject remote binary package: %s\n") % fullpkg,
noiselevel=-1)
- remotepkgs[mypkg]
+
del
remotepkgs[mypkg]
continue
self.populated=1