From: Zac Medico Date: Mon, 5 May 2008 06:36:27 +0000 (-0000) Subject: Add "package" to EBUILD_PHASES since it's possible for einfo to be called X-Git-Tag: v2.1.5~55 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=537205af74421d12161db599a48428dfb99dcf64;p=portage.git Add "package" to EBUILD_PHASES since it's possible for einfo to be called by install_mask() during that phase. (trunk r10198) svn path=/main/branches/2.1.2/; revision=10199 --- diff --git a/pym/portage_const.py b/pym/portage_const.py index caca7d6e6..53770d8c7 100644 --- a/pym/portage_const.py +++ b/pym/portage_const.py @@ -54,7 +54,8 @@ INCREMENTALS = ["USE", "USE_EXPAND", "USE_EXPAND_HIDDEN", "FEATURES", "CONFIG_PROTECT_MASK", "CONFIG_PROTECT", "PRELINK_PATH", "PRELINK_PATH_MASK", "PROFILE_ONLY_VARIABLES"] EBUILD_PHASES = ["setup", "unpack", "compile", "test", "install", - "preinst", "postinst", "prerm", "postrm", "other"] + "package", "preinst", "postinst","prerm", "postrm", + "other"] EAPI = 1