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/tests/resolver/
Date: Sun, 06 Feb 2011 13:16:15
Message-Id: eaeda226a8d51b697c4b1860bd33d180aed745b7.tommy@gentoo
1 commit: eaeda226a8d51b697c4b1860bd33d180aed745b7
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Gentoo <DOT> Org>
3 AuthorDate: Mon Jan 31 21:48:11 2011 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 21:48:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=eaeda226
7
8 Fix a typo in a comment.
9
10 ---
11 pym/portage/tests/resolver/test_slot_collisions.py | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/pym/portage/tests/resolver/test_slot_collisions.py b/pym/portage/tests/resolver/test_slot_collisions.py
15 index 4c6a272..1f428ef 100644
16 --- a/pym/portage/tests/resolver/test_slot_collisions.py
17 +++ b/pym/portage/tests/resolver/test_slot_collisions.py
18 @@ -1,4 +1,4 @@
19 -# Copyright 2010 Gentoo Foundation
20 +# Copyright 2010-2011 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 from portage.tests import TestCase
24 @@ -94,7 +94,7 @@ class SlotCollisionTestCase(TestCase):
25 slot_collision_solutions = [{"sci-libs/K-1": {"foo": False}, "sci-libs/M-1": {"foo": False}}]
26 ),
27
28 - #Avoid dupliacates.
29 + #Avoid duplicates.
30 ResolverPlaygroundTestCase(
31 ["sci-libs/P", "sci-libs/Q:2"],
32 success = False,