summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
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 /bin/ebuild
parentccd5ad2d8f7867a2f28615bd2ab403c440ff2743 (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 'bin/ebuild')
-rwxr-xr-xbin/ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 6a9bf601b..6760787c4 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -182,7 +182,7 @@ if opts.skip_manifest:
tmpsettings.backup_changes("EBUILD_SKIP_MANIFEST")
portage._doebuild_manifest_exempt_depend += 1
-build_dir_phases = set(["setup", "unpack", "compile",
+build_dir_phases = set(["setup", "unpack", "configure", "compile",
"test", "install", "package", "rpm"])
def stale_env_warning():