aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-03-29 22:52:17 +0200
committerSebastian Luther <SebastianLuther@gmx.de>2010-04-02 21:46:17 +0200
commitc929cd1053f795f55e31626423909979da1190a5 (patch)
treeab5f8f79825c10729bcb2e9869e5b30bdd5e2457 /pym/portage/const.py
parentUpdate copyright header. (diff)
downloadportage-c929cd1053f795f55e31626423909979da1190a5.tar.gz
portage-c929cd1053f795f55e31626423909979da1190a5.tar.bz2
portage-c929cd1053f795f55e31626423909979da1190a5.zip
Implement emerge part of pkg_pretend
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 1450fe2e8..4171b9999 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -80,7 +80,7 @@ INCREMENTALS = ("USE", "USE_EXPAND", "USE_EXPAND_HIDDEN",
"CONFIG_PROTECT_MASK", "CONFIG_PROTECT",
"PRELINK_PATH", "PRELINK_PATH_MASK",
"PROFILE_ONLY_VARIABLES")
-EBUILD_PHASES = ("setup", "unpack", "prepare", "configure",
+EBUILD_PHASES = ("pretend", "setup", "unpack", "prepare", "configure",
"compile", "test", "install",
"package", "preinst", "postinst","prerm", "postrm",
"nofetch", "config", "info", "other")