Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/tests/resolver/
Date: Mon, 03 Aug 2020 23:28:21
Message-Id: 1596497280.2351a19ed4406e944eaaa28b1926f70ae2825150.zmedico@gentoo
1 commit: 2351a19ed4406e944eaaa28b1926f70ae2825150
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 22:43:05 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 23:28:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2351a19e
7
8 lib/portage/tests/resolver/test_simple.py: fix whitespace
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 lib/portage/tests/resolver/test_simple.py | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/lib/portage/tests/resolver/test_simple.py b/lib/portage/tests/resolver/test_simple.py
17 index 324ffa2a6..b457b9d7a 100644
18 --- a/lib/portage/tests/resolver/test_simple.py
19 +++ b/lib/portage/tests/resolver/test_simple.py
20 @@ -1,4 +1,4 @@
21 -# Copyright 2010-2012 Gentoo Foundation
22 +# Copyright 2010-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 from portage.tests import TestCase
26 @@ -8,7 +8,7 @@ class SimpleResolverTestCase(TestCase):
27
28 def testSimple(self):
29 ebuilds = {
30 - "dev-libs/A-1": { "KEYWORDS": "x86" },
31 + "dev-libs/A-1": { "KEYWORDS": "x86" },
32 "dev-libs/A-2": { "KEYWORDS": "~x86" },
33 "dev-libs/B-1.2": {},