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:40
Message-Id: 1589939377.6bacd678bab3be95318fe4dcd432ad627a3f2b3e.mattst88@gentoo
1 commit: 6bacd678bab3be95318fe4dcd432ad627a3f2b3e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 00:23:42 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=6bacd678
7
8 catalyst: Add decompressor_search_order as valid spec option
9
10 The next commit is going to remove this from the list of valid config
11 file options, where it should not be, and that list currently is used to
12 populate the list of valid spec options.
13
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 catalyst/base/stagebase.py | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
20 index 0c311515..f39895fe 100644
21 --- a/catalyst/base/stagebase.py
22 +++ b/catalyst/base/stagebase.py
23 @@ -49,6 +49,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
24 "common_flags",
25 "compression_mode",
26 "cxxflags",
27 + "decompressor_search_order",
28 "distcc_hosts",
29 "fcflags",
30 "fflags",