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/_emerge/
Date: Sun, 06 Feb 2011 13:17:27
Message-Id: d7d414c96f797d164eb292784c3241d8de7f380a.tommy@gentoo
1 commit: d7d414c96f797d164eb292784c3241d8de7f380a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 22:04:35 2011 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 22:04:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d7d414c9
7
8 Fix grammar in a comment.
9
10 ---
11 pym/_emerge/depgraph.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
15 index 3d923ba..45873af 100644
16 --- a/pym/_emerge/depgraph.py
17 +++ b/pym/_emerge/depgraph.py
18 @@ -826,7 +826,7 @@ class depgraph(object):
19 del e
20
21 # NOTE: REQUIRED_USE checks are delayed until after
22 - # package selection, since want to prompt the user
23 + # package selection, since we want to prompt the user
24 # for USE adjustment rather than have REQUIRED_USE
25 # affect package selection and || dep choices.
26 if not pkg.built and pkg.metadata["REQUIRED_USE"] and \