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 62/68] lib/portage/tests/resolver/test_old_dep_chain_display.py: fix whitespace
Date: Mon, 03 Aug 2020 22:46:48
Message-Id: 20200803224327.1593726-62-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_old_dep_chain_display.py | 6 +++---
4 1 file changed, 3 insertions(+), 3 deletions(-)
5
6 diff --git a/lib/portage/tests/resolver/test_old_dep_chain_display.py b/lib/portage/tests/resolver/test_old_dep_chain_display.py
7 index 8aedf5999..7ab21e8e9 100644
8 --- a/lib/portage/tests/resolver/test_old_dep_chain_display.py
9 +++ b/lib/portage/tests/resolver/test_old_dep_chain_display.py
10 @@ -1,4 +1,4 @@
11 -# Copyright 2010-2011 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,8 +8,8 @@ class OldDepChainDisplayTestCase(TestCase):
17
18 def testOldDepChainDisplay(self):
19 ebuilds = {
20 - "dev-libs/A-1": { "DEPEND": "foo? ( dev-libs/B[-bar] )", "IUSE": "+foo", "EAPI": "2" },
21 - "dev-libs/A-2": { "DEPEND": "foo? ( dev-libs/C )", "IUSE": "+foo", "EAPI": "1" },
22 + "dev-libs/A-1": { "DEPEND": "foo? ( dev-libs/B[-bar] )", "IUSE": "+foo", "EAPI": "2" },
23 + "dev-libs/A-2": { "DEPEND": "foo? ( dev-libs/C )", "IUSE": "+foo", "EAPI": "1" },
24 "dev-libs/B-1": { "IUSE": "bar", "DEPEND": "!bar? ( dev-libs/D[-baz] )", "EAPI": "2" },
25 "dev-libs/C-1": { "KEYWORDS": "~x86" },
26 "dev-libs/D-1": { "IUSE": "+baz", "EAPI": "1" },
27 --
28 2.28.0