Signed-off-by: Aaron Bauman <b...@gentoo.org>
---
 lib/_emerge/BinpkgEnvExtractor.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/_emerge/BinpkgEnvExtractor.py 
b/lib/_emerge/BinpkgEnvExtractor.py
index 5ba14955d..b19586e83 100644
--- a/lib/_emerge/BinpkgEnvExtractor.py
+++ b/lib/_emerge/BinpkgEnvExtractor.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import errno
@@ -36,7 +36,7 @@ class BinpkgEnvExtractor(CompositeTask):
                extractor_proc = SpawnProcess(
                        args=[BASH_BINARY, "-c", shell_cmd],
                        background=self.background,
-                       env=self.settings.environ(), 
+                       env=self.settings.environ(),
                        scheduler=self.scheduler,
                        logfile=self.settings.get('PORTAGE_LOG_FILE'))
 
-- 
2.28.0


Reply via email to