Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/
Date: Thu, 05 Jul 2012 03:29:14
Message-Id: 1341458922.89b1eabbbe99cf2d45a1f6d01ce1ffdadfae0ebf.zmedico@gentoo
1 commit: 89b1eabbbe99cf2d45a1f6d01ce1ffdadfae0ebf
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 5 03:28:42 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 5 03:28:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=89b1eabb
7
8 vartree.py: fix stutter in comment
9
10 ---
11 pym/portage/dbapi/vartree.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
15 index 289eaae..fbf2e74 100644
16 --- a/pym/portage/dbapi/vartree.py
17 +++ b/pym/portage/dbapi/vartree.py
18 @@ -1847,7 +1847,7 @@ class dblink(object):
19 log_path = self.settings.get("PORTAGE_LOG_FILE")
20
21 # Do this before the following _prune_plib_registry call, since
22 - # that removes preserved libraries from our CONTENTS, and we want
23 + # that removes preserved libraries from our CONTENTS, and we
24 # may want to backup those libraries first.
25 if not caller_handles_backup:
26 retval = self._pre_unmerge_backup(background)