public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13164 - main/branches/2.1.6/bin
@ 2009-03-23  2:21 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-03-23  2:21 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-03-23 02:21:42 +0000 (Mon, 23 Mar 2009)
New Revision: 13164

Modified:
   main/branches/2.1.6/bin/ebuild
Log:
Add "prepare" to the list of phases that trigger a warning about stale
${T}/environment. (trunk r13147)

Modified: main/branches/2.1.6/bin/ebuild
===================================================================
--- main/branches/2.1.6/bin/ebuild	2009-03-23 02:21:19 UTC (rev 13163)
+++ main/branches/2.1.6/bin/ebuild	2009-03-23 02:21:42 UTC (rev 13164)
@@ -195,7 +195,7 @@
 	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():




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-23  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23  2:21 [gentoo-commits] portage r13164 - main/branches/2.1.6/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox