Add "package" to EBUILD_PHASES since it's possible for einfo to be called
authorZac Medico <zmedico@gentoo.org>
Mon, 5 May 2008 06:36:27 +0000 (06:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 5 May 2008 06:36:27 +0000 (06:36 -0000)
by install_mask() during that phase. (trunk r10198)

svn path=/main/branches/2.1.2/; revision=10199

pym/portage_const.py

index caca7d6e64114ef4636b6143fd836cf612bd5f4f..53770d8c725f96eeeb33b6ed29270597ad6c0e16 100644 (file)
@@ -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