aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2011-11-06 02:58:01 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2011-11-06 03:00:27 -0100
commitf5413146fa409bfd986f5625cae8524dfc909af2 (patch)
tree546ecd87a0733e53a98124783334a0d4ae5803aa /modules/catalyst/target/stage3.py
parentmips.py: align class table (diff)
downloadcatalyst-f5413146fa409bfd986f5625cae8524dfc909af2.tar.gz
catalyst-f5413146fa409bfd986f5625cae8524dfc909af2.tar.bz2
catalyst-f5413146fa409bfd986f5625cae8524dfc909af2.zip
Stop dropping /etc/portage on stage3 - bug 388283.
Diffstat (limited to 'modules/catalyst/target/stage3.py')
-rw-r--r--modules/catalyst/target/stage3.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/catalyst/target/stage3.py b/modules/catalyst/target/stage3.py
index 1f0039fa..3437c0cc 100644
--- a/modules/catalyst/target/stage3.py
+++ b/modules/catalyst/target/stage3.py
@@ -27,7 +27,6 @@ class stage3_target(generic_stage_target):
def set_cleanables(self):
generic_stage_target.set_cleanables(self)
- self.settings["cleanables"].extend(["/etc/portage"])
__target_map = { "stage3": stage3_target }