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/
Date: Thu, 21 May 2020 20:25:39
Message-Id: 1589939377.6ed67c24fe3bb8e3baa8c936249e4507c45f86a2.mattst88@gentoo
1 commit: 6ed67c24fe3bb8e3baa8c936249e4507c45f86a2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 18 23:48:22 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=6ed67c24
7
8 catalyst: Remove spec file options from valid_config_file_values
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 catalyst/defaults.py | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/catalyst/defaults.py b/catalyst/defaults.py
16 index ccabd88d..2f2c907f 100644
17 --- a/catalyst/defaults.py
18 +++ b/catalyst/defaults.py
19 @@ -17,12 +17,7 @@ required_config_file_values = [
20
21 valid_config_file_values = required_config_file_values[:]
22 valid_config_file_values.extend([
23 - "compression_mode",
24 - "compressor_arch",
25 - "compressor_options",
26 - "decompressor_search_order",
27 "digests",
28 - "distcc",
29 "envscript",
30 "options",
31 ])