summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-23 02:21:42 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-23 02:21:42 +0000
commit120d3bc398a4df787cc41c4a5d5be7f9f8d93e63 (patch)
tree3ca49d87ed9a10f5bc9f12662a9980e5bcdffdad /bin
parentWhen triggering a fresh unpack inside dyn_unpack(), remove the (diff)
downloadportage-multirepo-120d3bc398a4df787cc41c4a5d5be7f9f8d93e63.tar.gz
portage-multirepo-120d3bc398a4df787cc41c4a5d5be7f9f8d93e63.tar.bz2
portage-multirepo-120d3bc398a4df787cc41c4a5d5be7f9f8d93e63.zip
Add "prepare" to the list of phases that trigger a warning about stale
${T}/environment. (trunk r13147) svn path=/main/branches/2.1.6/; revision=13164
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 05ba86c0..a03f0ec6 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -195,7 +195,7 @@ if opts.skip_manifest:
tmpsettings.backup_changes("EBUILD_SKIP_MANIFEST")
portage._doebuild_manifest_exempt_depend += 1
-build_dir_phases = set(["setup", "unpack", "configure", "compile",
+build_dir_phases = set(["setup", "unpack", "prepare", "configure", "compile",
"test", "install", "package", "rpm"])
def stale_env_warning():