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 0A97A1382C5 for ; Wed, 20 May 2020 03:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EDD1E08D3; Wed, 20 May 2020 03:42:57 +0000 (UTC) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) (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 47F57E08D3 for ; Wed, 20 May 2020 03:42:57 +0000 (UTC) Received: by mail-pf1-f193.google.com with SMTP id 145so894518pfw.13 for ; Tue, 19 May 2020 20:42:57 -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=ynaYs0waybUhIp9SJIPMC8dxnZ5BkRNwegb+wDBAncI=; b=t83QGuCmKZAIVvBz+p3aDZ6eyjwguvqC7XOR782oxSM475pX+DjUR//TkhS1MYTAZw xVqnD7D4aGBokC2EP7uwYtRC62qgV61kiyz0Hle61JiFxVngL2+7mevIcIYS6cceHOxB Q3oNZBVb98Ro85nDnt5TJFu4T+aiQAgf6NbhYIkR3yeMP7uYgtPNLNmd2cgVp36jHGzJ xzzi1kmrx7/zujCkPyhu8/I1/0mIQg4+zmMXrmzqE7LvA0YyoaQY+h+/edBD9lNfsneG TazAl+xev81EoYvBS2J00CNbjVXinrDE/8KpMXo2eu6qYDV9CeKcAok97diwClLwN2Rm ZbTQ== X-Gm-Message-State: AOAM532INH5yeHwO5cUt6BvIYk2vLkdd2n8P7HX+cwiAP9ZMr3WTY0ll AJLF6CyCKg/g1qeMgBwqYXDopQub X-Google-Smtp-Source: ABdhPJw2RUp+O0f8qq5+4VMGQdcabNTjBaBKw+GnXXXa7gB55/Ph8nqmtEC6e2KjLAZj295Dbz2YEQ== X-Received: by 2002:a63:3756:: with SMTP id g22mr2207076pgn.304.1589946175972; Tue, 19 May 2020 20:42:55 -0700 (PDT) Received: from localhost ([134.134.137.77]) by smtp.gmail.com with ESMTPSA id y14sm768825pfr.11.2020.05.19.20.42.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 20:42:55 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 09/21] catalyst: Add decompressor_search_order as valid spec option Date: Tue, 19 May 2020 20:42:14 -0700 Message-Id: <20200520034226.2870937-9-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: 53347364-b14d-4438-a570-6b95877a452f X-Archives-Hash: b9e404a0c706c624e3dd4bc89510f8b7 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 --- catalyst/base/stagebase.py | 1 + 1 file changed, 1 insertion(+) 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", -- 2.26.2