[entropy.spm] add more comments on portage.doebuild

This commit is contained in:
Fabio Erculiani
2009-07-13 12:06:33 +02:00
parent bad861736d
commit c32a0b73f7
+4
View File
@@ -1613,8 +1613,12 @@ class PortagePlugin:
# find config
mysettings = self._get_portage_config("/",mypath)
mysettings['EBUILD_PHASE'] = mydo
# crappy, broken, ebuilds, put accept_license eutils call
# in pkg_setup, when environment variables are not setup yet
# WARNING WARNING WARNING:
# if some other hook fails for other reasons, it's because
# it may miss env variable here.
mysettings['LICENSE'] = str(' '.join(licenses))
if licenses:
# we already do this early