public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9548 - main/branches/2.1.2/pym
@ 2008-03-28 11:46 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-03-28 11:46 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-03-28 11:46:29 +0000 (Fri, 28 Mar 2008)
New Revision: 9548

Modified:
   main/branches/2.1.2/pym/portage.py
Log:
Remove redundant CUSTOM_PROFILE_PATH from the PROFILE_PATHS variable so
that /etc/portage/profile/profile.bashrc will only be sourced once if
it exists. (trunk r9435)


Modified: main/branches/2.1.2/pym/portage.py
===================================================================
--- main/branches/2.1.2/pym/portage.py	2008-03-28 11:44:39 UTC (rev 9547)
+++ main/branches/2.1.2/pym/portage.py	2008-03-28 11:46:29 UTC (rev 9548)
@@ -3932,7 +3932,7 @@
 	mysettings["ECLASSDIR"]   = mysettings["PORTDIR"]+"/eclass"
 	mysettings["SANDBOX_LOG"] = mycpv.replace("/", "_-_")
 
-	mysettings["PROFILE_PATHS"] = "\n".join(mysettings.profiles)+"\n"+CUSTOM_PROFILE_PATH
+	mysettings["PROFILE_PATHS"] = "\n".join(mysettings.profiles)
 	mysettings["P"]  = mysplit[0]+"-"+mysplit[1]
 	mysettings["PN"] = mysplit[0]
 	mysettings["PV"] = mysplit[1]

-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-03-28 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 11:46 [gentoo-commits] portage r9548 - main/branches/2.1.2/pym 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