From 537205af74421d12161db599a48428dfb99dcf64 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 5 May 2008 06:36:27 +0000 Subject: 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 --- pym/portage_const.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym/portage_const.py') 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 -- cgit v1.2.3-1-g7c22