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 04/68] lib/portage/glsa.py: fix whitespace
Date: Mon, 03 Aug 2020 22:43:52
Message-Id: 20200803224327.1593726-4-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 * Fix whitespace
2 * Update copyright
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 lib/portage/glsa.py | 4 ++--
7 1 file changed, 2 insertions(+), 2 deletions(-)
8
9 diff --git a/lib/portage/glsa.py b/lib/portage/glsa.py
10 index 4066d6747..12b33f45d 100644
11 --- a/lib/portage/glsa.py
12 +++ b/lib/portage/glsa.py
13 @@ -1,4 +1,4 @@
14 -# Copyright 2003-2017 Gentoo Foundation
15 +# Copyright 2003-2020 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 from __future__ import absolute_import
19 @@ -34,7 +34,7 @@ SPACE_ESCAPE = "!;_" # some random string to mark spaces that should be preserv
20 def get_applied_glsas(settings):
21 """
22 Return a list of applied or injected GLSA IDs
23 -
24 +
25 @type settings: portage.config
26 @param settings: portage config instance
27 @rtype: list
28 --
29 2.28.0