aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-08-04 17:54:12 +0000
committerZac Medico <zmedico@gentoo.org>2008-08-04 17:54:12 +0000
commitd964e92c4da5d7b515e298454a22d54b37ff57b9 (patch)
treef8117e44c460a5d51b2094dc3d3a529b22b99de3 /pym/portage/const.py
parentRemove code from bug #223447 which is now obsolete due to depclean using (diff)
downloadportage-d964e92c4da5d7b515e298454a22d54b37ff57b9.tar.gz
portage-d964e92c4da5d7b515e298454a22d54b37ff57b9.tar.bz2
portage-d964e92c4da5d7b515e298454a22d54b37ff57b9.zip
Bug #233735 - Add support for src_configure and default_* functions with
new EAPI=2_pre2. Thanks to Arfrever Frehtes Taifersar Arahesis for the initial patch which I've made a few adjustments to. svn path=/main/trunk/; revision=11327
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 26eddd596..19d858b11 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -55,7 +55,8 @@ INCREMENTALS = ["USE", "USE_EXPAND", "USE_EXPAND_HIDDEN", "FEATURES",
"ACCEPT_KEYWORDS", "ACCEPT_LICENSE",
"CONFIG_PROTECT_MASK", "CONFIG_PROTECT",
"PRELINK_PATH", "PRELINK_PATH_MASK", "PROFILE_ONLY_VARIABLES"]
-EBUILD_PHASES = ["setup", "unpack", "compile", "test", "install",
+EBUILD_PHASES = ["setup", "unpack", "configure",
+ "compile", "test", "install",
"package", "preinst", "postinst","prerm", "postrm",
"other"]