Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 09/21] catalyst: Add decompressor_search_order as valid spec option
Date: Wed, 20 May 2020 03:42:58
Message-Id: 20200520034226.2870937-9-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/21] targets: Remove copy_{file,symlink,lib} functions by Matt Turner
1 The next commit is going to remove this from the list of valid config
2 file options, where it should not be, and that list currently is used to
3 populate the list of valid spec options.
4
5 Signed-off-by: Matt Turner <mattst88@g.o>
6 ---
7 catalyst/base/stagebase.py | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
11 index 0c311515..f39895fe 100644
12 --- a/catalyst/base/stagebase.py
13 +++ b/catalyst/base/stagebase.py
14 @@ -49,6 +49,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
15 "common_flags",
16 "compression_mode",
17 "cxxflags",
18 + "decompressor_search_order",
19 "distcc_hosts",
20 "fcflags",
21 "fflags",
22 --
23 2.26.2