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 083AA138334 for ; Fri, 11 Oct 2019 16:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D413E0841; Fri, 11 Oct 2019 16:02:38 +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 156E8E0841 for ; Fri, 11 Oct 2019 16:02:38 +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 D295834BAE7 for ; Fri, 11 Oct 2019 16:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3586B82C for ; Fri, 11 Oct 2019 16:02:35 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1570809726.e21da9dbef8bcf7795223727a1e71c3e83872436.bkohler@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/livecd_stage1.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: e21da9dbef8bcf7795223727a1e71c3e83872436 X-VCS-Branch: master Date: Fri, 11 Oct 2019 16:02:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 129e7bf5-c4a2-462f-837f-a4229aaa1d9e X-Archives-Hash: ec6c4fbc5f3a1b566bbd2aca78939d71 commit: e21da9dbef8bcf7795223727a1e71c3e83872436 Author: Mike Gilbert gentoo org> AuthorDate: Fri Oct 4 14:49:54 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Oct 11 16:02:06 2019 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e21da9db livecd_stage1.py: drop hard-coded app-misc/livecd-tools This belongs in the spec file if needed. Closes: https://bugs.gentoo.org/695616 Signed-off-by: Mike Gilbert gentoo.org> Signed-off-by: Ben Kohler gentoo.org> catalyst/targets/livecd_stage1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/targets/livecd_stage1.py b/catalyst/targets/livecd_stage1.py index c0a664fa..25f54c13 100644 --- a/catalyst/targets/livecd_stage1.py +++ b/catalyst/targets/livecd_stage1.py @@ -42,7 +42,6 @@ class livecd_stage1(StageBase): if isinstance(self.settings[self.settings['spec_prefix']+'/packages'], str): self.settings[self.settings["spec_prefix"]+"/packages"] = \ self.settings[self.settings["spec_prefix"]+"/packages"].split() - self.settings[self.settings["spec_prefix"]+"/packages"].append("app-misc/livecd-tools") def set_pkgcache_path(self): if "pkgcache_path" in self.settings: