Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:multilib commit in: pym/portage/dbapi/
Date: Sun, 06 Feb 2011 13:14:35
Message-Id: 6e00e9338d22df9308e13b51956001b34341cd1e.tommy@gentoo
1 commit: 6e00e9338d22df9308e13b51956001b34341cd1e
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 07:05:28 2011 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 07:05:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6e00e933
7
8 bintree: add missing del from previous commit
9
10 ---
11 pym/portage/dbapi/bintree.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
15 index a9c614d..4857e7f 100644
16 --- a/pym/portage/dbapi/bintree.py
17 +++ b/pym/portage/dbapi/bintree.py
18 @@ -960,7 +960,7 @@ class binarytree(object):
19 except:
20 writemsg(_("!!! Failed to inject remote binary package: %s\n") % fullpkg,
21 noiselevel=-1)
22 - remotepkgs[mypkg]
23 + del remotepkgs[mypkg]
24 continue
25 self.populated=1