Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/
Date: Thu, 21 May 2020 20:25:39
Message-Id: 1589939377.3e1784975ab40fda968fe4f36a57e2cfb8edd695.mattst88@gentoo
1 commit: 3e1784975ab40fda968fe4f36a57e2cfb8edd695
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 00:11:36 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 01:49:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3e178497
7
8 catalyst: Remove unused decompression_mode spec option
9
10 Never used.
11
12 Fixes: 99e9ceabe053 (DeComp bug fixes)
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 catalyst/base/stagebase.py | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
19 index 651bf4e4..0c311515 100644
20 --- a/catalyst/base/stagebase.py
21 +++ b/catalyst/base/stagebase.py
22 @@ -49,7 +49,6 @@ class StageBase(TargetBase, ClearBase, GenBase):
23 "common_flags",
24 "compression_mode",
25 "cxxflags",
26 - "decompression_mode",
27 "distcc_hosts",
28 "fcflags",
29 "fflags",