Call elog_process before calling the "clean" phase for --buildpkgonly mode.
authorZac Medico <zmedico@gentoo.org>
Thu, 2 Oct 2008 00:57:46 +0000 (00:57 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 2 Oct 2008 00:57:46 +0000 (00:57 -0000)
svn path=/main/trunk/; revision=11606

pym/_emerge/__init__.py

index 8a7175fd45755f507ae87246685bb9b8be3961aa..865e17198c14158cfdbc57a2e6f889c74c4e3fe9 100644 (file)
@@ -2538,6 +2538,7 @@ class EbuildBuild(CompositeTask):
                if self._default_exit(packager) == os.EX_OK and \
                        self.opts.buildpkgonly:
                        # Need to call "clean" phase for buildpkgonly mode
+                       portage.elog.elog_process(self.pkg.cpv, self.settings)
                        phase = "clean"
                        clean_phase = EbuildPhase(background=self.background,
                                pkg=self.pkg, phase=phase,