projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1729717
)
Add "package" to EBUILD_PHASES since it's possible for einfo to be called
author
Zac Medico
<zmedico@gentoo.org>
Mon, 5 May 2008 06:35:57 +0000
(06:35 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 5 May 2008 06:35:57 +0000
(06:35 -0000)
by install_mask() during that phase.
svn path=/main/trunk/; revision=10198
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index bc949fb91a117288ffceb75ec2d74cca2e6e55ac..26eddd596605a2caaa15e19fdc1cca3f843cf8f5 100644
(file)
--- 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