summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-05 06:36:27 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-05 06:36:27 +0000
commit537205af74421d12161db599a48428dfb99dcf64 (patch)
tree1fffb1a53e57d05f5d15ad087e04eab775694554 /pym/portage_const.py
parentcf050353c36d397dd0314a6a98b51aefbcedbf64 (diff)
downloadportage-537205af74421d12161db599a48428dfb99dcf64.tar.gz
portage-537205af74421d12161db599a48428dfb99dcf64.tar.bz2
portage-537205af74421d12161db599a48428dfb99dcf64.zip
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
Diffstat (limited to 'pym/portage_const.py')
-rw-r--r--pym/portage_const.py3
1 files changed, 2 insertions, 1 deletions
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