From db04dbfbc881e701c155e134561ea920e2ca4660 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 5 May 2008 06:35:57 +0000 Subject: Add "package" to EBUILD_PHASES since it's possible for einfo to be called by install_mask() during that phase. svn path=/main/trunk/; revision=10198 --- pym/portage/const.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/portage/const.py b/pym/portage/const.py index bc949fb91..26eddd596 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -56,7 +56,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 -- cgit v1.2.3-1-g7c22