summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-12 18:45:35 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-12 18:45:35 +0000
commita3f5e79b5e4a78358be1c1cce16ef7c579464f5a (patch)
tree6984a890e5b7e28eae48fdaf97537ca5998ea057 /pym/_emerge
parent8a95eb2586335b018c6cc412f10810fb4a916129 (diff)
downloadportage-a3f5e79b5e4a78358be1c1cce16ef7c579464f5a.tar.gz
portage-a3f5e79b5e4a78358be1c1cce16ef7c579464f5a.tar.bz2
portage-a3f5e79b5e4a78358be1c1cce16ef7c579464f5a.zip
Bug #261670 - Automatically revert the CHOST metadata to the initial value
after src_install, in case the ebuild has changed it. (trunk r13088) svn path=/main/branches/2.1.6/; revision=13092
Diffstat (limited to 'pym/_emerge')
-rw-r--r--pym/_emerge/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 6b0f54e49..50d6b7cd2 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -3170,6 +3170,7 @@ class EbuildPhase(CompositeTask):
settings = self.settings
if self.phase == "install":
+ portage._post_src_install_chost_fix(settings)
portage._post_src_install_uid_fix(settings)
post_phase_cmds = self._post_phase_cmds.get(self.phase)