public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10662 - main/branches/2.1.2/bin
@ 2008-06-16 10:33 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-06-16 10:33 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-06-16 10:33:08 +0000 (Mon, 16 Jun 2008)
New Revision: 10662

Modified:
   main/branches/2.1.2/bin/emerge
Log:
Pass missing "installed" parameter into Package constructor. (trunk r10651)


Modified: main/branches/2.1.2/bin/emerge
===================================================================
--- main/branches/2.1.2/bin/emerge	2008-06-16 10:24:43 UTC (rev 10661)
+++ main/branches/2.1.2/bin/emerge	2008-06-16 10:33:08 UTC (rev 10662)
@@ -3540,7 +3540,7 @@
 			metadata = izip(Package.metadata_keys,
 				db.aux_get(cpv, Package.metadata_keys))
 			pkg = Package(cpv=cpv, metadata=metadata,
-				root_config=root_config)
+				root_config=root_config, installed=installed)
 			if type_name == "ebuild":
 				settings = self.pkgsettings[root_config.root]
 				settings.setcpv(pkg)

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



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

only message in thread, other threads:[~2008-06-16 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 10:33 [gentoo-commits] portage r10662 - main/branches/2.1.2/bin 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