From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1172611-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 774761382C5 for <garchives@archives.gentoo.org>; Wed, 20 May 2020 03:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60991E087E; Wed, 20 May 2020 03:39:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47BD9E087E for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 03:39:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C061734F1F0 for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 03:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A29525D for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 03:39:53 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1589939377.6ed67c24fe3bb8e3baa8c936249e4507c45f86a2.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/defaults.py X-VCS-Directories: catalyst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6ed67c24fe3bb8e3baa8c936249e4507c45f86a2 X-VCS-Branch: pending/mattst88 Date: Wed, 20 May 2020 03:39:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a68eee1-6dc4-4023-a86f-70f98fb38eb2 X-Archives-Hash: c5ee149d653e3b9569ea1773b190eed9 Message-ID: <20200520033953.alzT3OfvuhILAuitmMEi_gSdy2D40U-dbLU72lTbxIQ@z> commit: 6ed67c24fe3bb8e3baa8c936249e4507c45f86a2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon May 18 23:48:22 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed May 20 01:49:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=6ed67c24 catalyst: Remove spec file options from valid_config_file_values Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> catalyst/defaults.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/catalyst/defaults.py b/catalyst/defaults.py index ccabd88d..2f2c907f 100644 --- a/catalyst/defaults.py +++ b/catalyst/defaults.py @@ -17,12 +17,7 @@ required_config_file_values = [ valid_config_file_values = required_config_file_values[:] valid_config_file_values.extend([ - "compression_mode", - "compressor_arch", - "compressor_options", - "decompressor_search_order", "digests", - "distcc", "envscript", "options", ])