From d964e92c4da5d7b515e298454a22d54b37ff57b9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 4 Aug 2008 17:54:12 +0000 Subject: 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 --- bin/ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild') 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(): -- cgit v1.2.3-1-g7c22