Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: modules/
Date: Thu, 23 Aug 2012 05:56:49
Message-Id: 1345516980.933f621fecc074e6d97f0c8112f93165bd7492dd.jmbsvicetto@gentoo
1 commit: 933f621fecc074e6d97f0c8112f93165bd7492dd
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 21 02:43:00 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 21 02:43:00 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=933f621f
7
8 Stop dropping /etc/portage on stage2. Also drop the custom cleanables from stage2.
9
10 ---
11 modules/stage2_target.py | 4 ----
12 1 files changed, 0 insertions(+), 4 deletions(-)
13
14 diff --git a/modules/stage2_target.py b/modules/stage2_target.py
15 index f529721..6c30ea0 100644
16 --- a/modules/stage2_target.py
17 +++ b/modules/stage2_target.py
18 @@ -33,10 +33,6 @@ class stage2_target(generic_stage_target):
19 # XXX: How do these override_foo() functions differ from the ones in
20 # generic_stage_target and why aren't they in stage3_target?
21
22 - def set_cleanables(self):
23 - generic_stage_target.set_cleanables(self)
24 - self.settings["cleanables"].extend(["/etc/portage"])
25 -
26 def override_chost(self):
27 if self.settings.has_key("chost"):
28 self.settings["CHOST"]=list_to_string(self.settings["chost"])