public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15705 - main/branches/2.1.7/pym/portage/package/ebuild
@ 2010-03-02 21:11 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-02 21:11 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-03-02 21:11:02 +0000 (Tue, 02 Mar 2010)
New Revision: 15705

Modified:
   main/branches/2.1.7/pym/portage/package/ebuild/config.py
Log:
Call stack_lists on profile_only_variables for incremental processing.
(trunk r15507)

Modified: main/branches/2.1.7/pym/portage/package/ebuild/config.py
===================================================================
--- main/branches/2.1.7/pym/portage/package/ebuild/config.py	2010-03-02 21:10:46 UTC (rev 15704)
+++ main/branches/2.1.7/pym/portage/package/ebuild/config.py	2010-03-02 21:11:02 UTC (rev 15705)
@@ -722,6 +722,7 @@
 			# Don't allow the user to override certain variables in make.conf
 			profile_only_variables = self.configdict["defaults"].get(
 				"PROFILE_ONLY_VARIABLES", "").split()
+			profile_only_variables = stack_lists([profile_only_variables])
 			for k in profile_only_variables:
 				self.mygcfg.pop(k, None)
 




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

only message in thread, other threads:[~2010-03-02 21:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 21:11 [gentoo-commits] portage r15705 - main/branches/2.1.7/pym/portage/package/ebuild 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