Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 46/68] lib/portage/tests/resolver/test_simple.py: fix whitespace
Date: Mon, 03 Aug 2020 22:46:05
Message-Id: 20200803224327.1593726-46-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 lib/portage/tests/resolver/test_simple.py | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/lib/portage/tests/resolver/test_simple.py b/lib/portage/tests/resolver/test_simple.py
7 index 324ffa2a6..b457b9d7a 100644
8 --- a/lib/portage/tests/resolver/test_simple.py
9 +++ b/lib/portage/tests/resolver/test_simple.py
10 @@ -1,4 +1,4 @@
11 -# Copyright 2010-2012 Gentoo Foundation
12 +# Copyright 2010-2020 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 from portage.tests import TestCase
16 @@ -8,7 +8,7 @@ class SimpleResolverTestCase(TestCase):
17
18 def testSimple(self):
19 ebuilds = {
20 - "dev-libs/A-1": { "KEYWORDS": "x86" },
21 + "dev-libs/A-1": { "KEYWORDS": "x86" },
22 "dev-libs/A-2": { "KEYWORDS": "~x86" },
23 "dev-libs/B-1.2": {},
24
25 --
26 2.28.0