From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AC74D1382C5 for ; Wed, 20 May 2020 03:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E14F7E08D9; Wed, 20 May 2020 03:42:59 +0000 (UTC) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) (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 D9A17E08D9 for ; Wed, 20 May 2020 03:42:59 +0000 (UTC) Received: by mail-pj1-f52.google.com with SMTP id q9so637152pjm.2 for ; Tue, 19 May 2020 20:42:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=N4pwelei8/RKBpHWTVdtfoH2kzWnA/Amc7AwCoMYwX8=; b=QyN4uGoKJ4F3vBeZ1/WplzWLRtZEWFqSFZIc6WoxIaLGDIWGE6+FS2qxbZpXp/GXk/ Ex7FScAieCXpt71L1m0vmhHpbAzQygmpU4sXKNkgIWHvrHGx8oKCqHdADdGc/nMxKOhT jymy6VboS6AlaIqxEkOyjt1hl0yy8CE9zyvxNakdLKB5aQfefpNbm4mZ4MROEhegfOG1 5afBv05xFa5df9rp4RPR59mOV8T1uTUEO1pViynF6x6TKoYV3DH8gCVzRDYpT4Q/5Qn/ REu7GSTsIpCr6bqS5sT3Go9kJkBsa/Ombd3/3rhoNrTzXeYjP1q/gccS8VYMaMcQp2w6 AIfg== X-Gm-Message-State: AOAM5311mhMw54LsSGMUpUpx+aFXVznoednnB13ZVyP2GrJ9121owknp Cwe+ePkLKTLqy5uc6pH7S7kZnf0m X-Google-Smtp-Source: ABdhPJxVgVaUSRucthcFROeXDqOYO0OSoQ42K3qmxfYtfho6kQ7ZBMaPA1I5y3ya9ubb4H/8SYfoxw== X-Received: by 2002:a17:90a:1da6:: with SMTP id v35mr2841081pjv.44.1589946178574; Tue, 19 May 2020 20:42:58 -0700 (PDT) Received: from localhost ([134.134.137.77]) by smtp.gmail.com with ESMTPSA id u188sm762392pfu.33.2020.05.19.20.42.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 20:42:57 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 10/21] catalyst: Remove spec file options from valid_config_file_values Date: Tue, 19 May 2020 20:42:15 -0700 Message-Id: <20200520034226.2870937-10-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200520034226.2870937-1-mattst88@gentoo.org> References: <20200520034226.2870937-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: bcf4c747-c4a5-4335-b552-10fbf7f798cc X-Archives-Hash: 1cb265cb538dcebdc6463fa1c5eb81d0 Signed-off-by: Matt Turner --- 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", ]) -- 2.26.2