From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0AE47138010 for ; Thu, 23 Aug 2012 05:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA151E07A3; Thu, 23 Aug 2012 05:55:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48025E0798 for ; Thu, 23 Aug 2012 05:55:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFBD433DF69 for ; Thu, 23 Aug 2012 05:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8975DE5447 for ; Thu, 23 Aug 2012 05:55:32 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1345516980.933f621fecc074e6d97f0c8112f93165bd7492dd.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: modules/ X-VCS-Repository: proj/catalyst X-VCS-Files: modules/stage2_target.py X-VCS-Directories: modules/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 933f621fecc074e6d97f0c8112f93165bd7492dd X-VCS-Branch: master Date: Thu, 23 Aug 2012 05:55:32 +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-Archives-Salt: ac48f7b8-cd4a-40a3-b874-63fc787c214a X-Archives-Hash: 1c219527d5c0ff76cfece3811d33511e commit: 933f621fecc074e6d97f0c8112f93165bd7492dd Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Tue Aug 21 02:43:00 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Tue Aug 21 02:43:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=933f621f Stop dropping /etc/portage on stage2. Also drop the custom cleanables from stage2. --- modules/stage2_target.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/modules/stage2_target.py b/modules/stage2_target.py index f529721..6c30ea0 100644 --- a/modules/stage2_target.py +++ b/modules/stage2_target.py @@ -33,10 +33,6 @@ class stage2_target(generic_stage_target): # XXX: How do these override_foo() functions differ from the ones in # generic_stage_target and why aren't they in stage3_target? - def set_cleanables(self): - generic_stage_target.set_cleanables(self) - self.settings["cleanables"].extend(["/etc/portage"]) - def override_chost(self): if self.settings.has_key("chost"): self.settings["CHOST"]=list_to_string(self.settings["chost"])