Gentoo Archives: gentoo-commits

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