aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-19 17:23:42 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-19 18:49:37 -0700
commit6bacd678bab3be95318fe4dcd432ad627a3f2b3e (patch)
tree2a7ccb7008de941833bf9d96342f119975f67280 /catalyst/base
parentcatalyst: Disallow DEBUG and VERBOSE in spec files (diff)
downloadcatalyst-6bacd678bab3be95318fe4dcd432ad627a3f2b3e.tar.gz
catalyst-6bacd678bab3be95318fe4dcd432ad627a3f2b3e.tar.bz2
catalyst-6bacd678bab3be95318fe4dcd432ad627a3f2b3e.zip
catalyst: Add decompressor_search_order as valid spec option
The next commit is going to remove this from the list of valid config file options, where it should not be, and that list currently is used to populate the list of valid spec options. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'catalyst/base')
-rw-r--r--catalyst/base/stagebase.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 0c311515..f39895fe 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -49,6 +49,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
"common_flags",
"compression_mode",
"cxxflags",
+ "decompressor_search_order",
"distcc_hosts",
"fcflags",
"fflags",