diff options
-rw-r--r-- | pym/portage/const.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |