From: Zac Medico Date: Sun, 10 Aug 2008 11:21:09 +0000 (-0000) Subject: For pkg_config and pkg_info, add respective "config" and "info" values to X-Git-Tag: v2.2_rc7~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=883e950a6b9af710f496658fe32718f3621564f2;p=portage.git 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 2958cf3ce..3cb1ef6d4 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -58,7 +58,7 @@ INCREMENTALS = ["USE", "USE_EXPAND", "USE_EXPAND_HIDDEN", "FEATURES", EBUILD_PHASES = ["setup", "unpack", "configure", "compile", "test", "install", "package", "preinst", "postinst","prerm", "postrm", - "nofetch", "other"] + "nofetch", "config", "info", "other"] EAPI = 1