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 97E801382C5 for ; Wed, 16 Dec 2020 03:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A55CBE0936; Wed, 16 Dec 2020 03:01:52 +0000 (UTC) Received: from mail-qt1-f196.google.com (mail-qt1-f196.google.com [209.85.160.196]) (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 9C678E0936 for ; Wed, 16 Dec 2020 03:01:52 +0000 (UTC) Received: by mail-qt1-f196.google.com with SMTP id j26so16163292qtq.8 for ; Tue, 15 Dec 2020 19:01:52 -0800 (PST) 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=hFtzzqu49Ye1E99udrE+E1tKmCsgleDkHXlUr2civ0w=; b=TpsnEkHLq/vId+eQtmysJgCWwo9ln0BJmVGUswhStcerznQnTDteYuLbZrTcU6bIlN MIQWbReY74oVCYjgYLLpfkNlsLxEFTsLQLxGfptV0IWpp5Sk//ZhWZ3KOl/zr+4C2SZM hELg4GvfuBrb6iqqshnk+aF0OagGIWCZPNTJcew4aXpQbSXSgRJehGgChbNnqbyKiqqQ x/yRVOxTVMNc50Hew4VRd+mz3FmIWi26O54Bxc8+XAzu0hchXKHUUt6Qel7/No4x9Ox6 MeG1fPvKqvfVCKPvZG/IJ3mcZYB9DVAi2LL70sjrLdjm6f4aWC37uTd/am6g4oVeJihq zeeg== X-Gm-Message-State: AOAM533NlgmSNWW4CsId8AhEBfdlDoVmzIOhNwEFex2S41IbDQoSC/G1 lFOrbPnd4IESBo9SOeADBrUZ5JK6cy1VlA== X-Google-Smtp-Source: ABdhPJy6ngOFKDkBqrk2vj9j6SHwW7D93XKNZrn3XCTZCP/zyCODEcTaAvXCrJLz3XIf0GFWfIf4zQ== X-Received: by 2002:ac8:7c8e:: with SMTP id y14mr38441696qtv.161.1608087711679; Tue, 15 Dec 2020 19:01:51 -0800 (PST) Received: from localhost ([208.104.103.123]) by smtp.gmail.com with ESMTPSA id n81sm424127qka.76.2020.12.15.19.01.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Dec 2020 19:01:50 -0800 (PST) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 5/5] catalyst: Remove dead comment Date: Tue, 15 Dec 2020 22:01:31 -0500 Message-Id: <20201216030131.14158-5-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201216030131.14158-1-mattst88@gentoo.org> References: <20201216030131.14158-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: f7e44782-cb2d-42b7-b655-5ae25e17995b X-Archives-Hash: dfd288a79726978d50783149e108bade Fixes: 220df6a5d255 ("catalyst: Drop ancient portage support") Signed-off-by: Matt Turner --- targets/stage1/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/stage1/build.py b/targets/stage1/build.py index fec1162c..85675511 100755 --- a/targets/stage1/build.py +++ b/targets/stage1/build.py @@ -9,7 +9,6 @@ from portage.util import grabfile_package, stack_lists # this loads files from the profiles ... # wrap it here to take care of the different # ways portage handles stacked profiles -# last case is for portage-2.1_pre* def scan_profile(path): -- 2.26.2