public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15186 - main/branches/prefix/pym/portage
@ 2010-01-10 14:42 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2010-01-10 14:42 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2010-01-10 14:42:33 +0000 (Sun, 10 Jan 2010)
New Revision: 15186

Modified:
   main/branches/prefix/pym/portage/__init__.py
Log:
we also use env inside dolinkingstuff

Modified: main/branches/prefix/pym/portage/__init__.py
===================================================================
--- main/branches/prefix/pym/portage/__init__.py	2010-01-10 14:41:10 UTC (rev 15185)
+++ main/branches/prefix/pym/portage/__init__.py	2010-01-10 14:42:33 UTC (rev 15186)
@@ -1053,13 +1053,13 @@
 	if EPREFIX == '':
 		sleep_for_mtime_granularity = dolinkingstuff(
 				target_root, specials, prelink_capable,
-				makelinks, contents, prev_mtimes)
+				makelinks, contents, prev_mtimes, env)
 	else:
 		sleep_for_mtime_granularity = False
 	writeshellprofile(target_root, env, sleep_for_mtime_granularity)
 
 def dolinkingstuff(target_root, specials, prelink_capable, makelinks,
-		contents, prev_mtimes):
+		contents, prev_mtimes, env):
 	# updating this stuff will never work in an offset, other than ROOT
 	# (e.g. not in Prefix), hence the EPREFIX is not taken into account
 	# here since this code should never be triggered on an offset install




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

only message in thread, other threads:[~2010-01-10 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10 14:42 [gentoo-commits] portage r15186 - main/branches/prefix/pym/portage Fabian Groffen (grobian)

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