From 883e950a6b9af710f496658fe32718f3621564f2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 10 Aug 2008 11:21:09 +0000 Subject: For pkg_config and pkg_info, add respective "config" and "info" values to EBUILD_PHASES. svn path=/main/trunk/; revision=11394 --- pym/portage/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22