summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-08-10 11:21:09 +0000
committerZac Medico <zmedico@gentoo.org>2008-08-10 11:21:09 +0000
commit883e950a6b9af710f496658fe32718f3621564f2 (patch)
treeb6bfb8428ff423639de264e7177e188d2183df16
parentWhen testing userpriv write access in $DISTDIR, redirect the 'permission (diff)
downloadportage-883e950a6b9af710f496658fe32718f3621564f2.tar.gz
portage-883e950a6b9af710f496658fe32718f3621564f2.tar.bz2
portage-883e950a6b9af710f496658fe32718f3621564f2.zip
For pkg_config and pkg_info, add respective "config" and "info" values to
EBUILD_PHASES. svn path=/main/trunk/; revision=11394
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
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