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

Author: zmedico
Date: 2008-11-01 23:02:55 +0000 (Sat, 01 Nov 2008)
New Revision: 11790

Modified:
   main/trunk/pym/portage/__init__.py
Log:
In config.setcpv(), ensure that A and AA aren't in the env dict.


Modified: main/trunk/pym/portage/__init__.py
===================================================================
--- main/trunk/pym/portage/__init__.py	2008-11-01 22:59:01 UTC (rev 11789)
+++ main/trunk/pym/portage/__init__.py	2008-11-01 23:02:55 UTC (rev 11790)
@@ -1949,7 +1949,7 @@
 		env_configdict = self.configdict["env"]
 		pkg_configdict = self.configdict["pkg"]
 		previous_iuse = pkg_configdict.get("IUSE")
-		for k in ("CATEGORY", "PKGUSE", "PF", "PORTAGE_USE"):
+		for k in ("A", "AA", "CATEGORY", "PKGUSE", "PF", "PORTAGE_USE"):
 			env_configdict.pop(k, None)
 		pkg_configdict["CATEGORY"] = cat
 		pkg_configdict["PF"] = pf




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

only message in thread, other threads:[~2008-11-01 23:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-01 23:02 [gentoo-commits] portage r11790 - main/trunk/pym/portage 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