projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50d660e
)
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:16:33 +0000
(23:16 -0800)
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index d47b2cc959a17326a13e86818978822ebc2b981e..522967a72032fac20e41a863639182d80d02febb 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