Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13147 - main/trunk/bin
Date: Sun, 22 Mar 2009 23:54:51
Message-Id: E1LlXVC-0008PP-2P@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-03-22 23:54:49 +0000 (Sun, 22 Mar 2009)
3 New Revision: 13147
4
5 Modified:
6 main/trunk/bin/ebuild
7 Log:
8 Add "prepare" to the list of phases that trigger a warning about stale
9 ${T}/environment.
10
11
12 Modified: main/trunk/bin/ebuild
13 ===================================================================
14 --- main/trunk/bin/ebuild 2009-03-22 23:47:49 UTC (rev 13146)
15 +++ main/trunk/bin/ebuild 2009-03-22 23:54:49 UTC (rev 13147)
16 @@ -195,7 +195,7 @@
17 tmpsettings.backup_changes("EBUILD_SKIP_MANIFEST")
18 portage._doebuild_manifest_exempt_depend += 1
19
20 -build_dir_phases = set(["setup", "unpack", "configure", "compile",
21 +build_dir_phases = set(["setup", "unpack", "prepare", "configure", "compile",
22 "test", "install", "package", "rpm"])
23
24 def stale_env_warning():