For pkg_config and pkg_info, add respective "config" and "info" values to
EBUILD_PHASES.

svn path=/main/trunk/; revision=11394
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 2958cf3..3cb1ef6 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -58,7 +58,7 @@
 EBUILD_PHASES           = ["setup", "unpack", "configure",
                           "compile", "test", "install",
                           "package", "preinst", "postinst","prerm", "postrm",
-                          "nofetch", "other"]
+                          "nofetch", "config", "info", "other"]
 
 EAPI = 1