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

Author: zmedico
Date: 2008-05-19 23:09:25 +0000 (Mon, 19 May 2008)
New Revision: 10368

Modified:
   main/branches/2.1.2/pym/portage.py
Log:
Fix vardbapi.aux_get() logic so that it will correctly pull the metadata
value corresponding to an unrecognized metadata key. (trunk r10367)


Modified: main/branches/2.1.2/pym/portage.py
===================================================================
--- main/branches/2.1.2/pym/portage.py	2008-05-19 23:06:12 UTC (rev 10367)
+++ main/branches/2.1.2/pym/portage.py	2008-05-19 23:09:25 UTC (rev 10368)
@@ -6916,7 +6916,7 @@
 				pull_me = set(wants).difference(cache_these)
 			mydata.update(metadata)
 		else:
-			pull_me = cache_these
+			pull_me = cache_these.union(wants)
 
 		if pull_me:
 			# pull any needed data and cache it

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



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

only message in thread, other threads:[~2008-05-19 23:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19 23:09 [gentoo-commits] portage r10368 - 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