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 23/68] lib/portage/package/ebuild/_config/LicenseManager.py: fix whitespace
Date: Mon, 03 Aug 2020 22:44:56
Message-Id: 20200803224327.1593726-23-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/package/ebuild/_config/LicenseManager.py | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/lib/portage/package/ebuild/_config/LicenseManager.py b/lib/portage/package/ebuild/_config/LicenseManager.py
7 index fcffdb12e..41cb42baf 100644
8 --- a/lib/portage/package/ebuild/_config/LicenseManager.py
9 +++ b/lib/portage/package/ebuild/_config/LicenseManager.py
10 @@ -1,4 +1,4 @@
11 -# Copyright 2010-2015 Gentoo Foundation
12 +# Copyright 2010-2020 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 __all__ = (
16 @@ -62,7 +62,7 @@ class LicenseManager:
17 #No tokens left in atom_license_map, remove it.
18 del self._plicensedict["*/*"]
19 return ret
20 -
21 +
22 def expandLicenseTokens(self, tokens):
23 """ Take a token from ACCEPT_LICENSE or package.license and expand it
24 if it's a group token (indicated by @) or just return it if it's not a
25 --
26 2.28.0