From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K8C1S-0004x0-AO for garchives@archives.gentoo.org; Mon, 16 Jun 2008 10:33:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD036E0538; Mon, 16 Jun 2008 10:33:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 91870E0538 for ; Mon, 16 Jun 2008 10:33:13 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3C21E6734F for ; Mon, 16 Jun 2008 10:33:13 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K8C1N-0004RM-4I for gentoo-commits@lists.gentoo.org; Mon, 16 Jun 2008 10:33:09 +0000 To: gentoo-commits@lists.gentoo.org From: "Zac Medico (zmedico)" Subject: [gentoo-commits] portage r10662 - main/branches/2.1.2/bin X-VCS-Repository: portage X-VCS-Revision: 10662 X-VCS-Files: main/branches/2.1.2/bin/emerge X-VCS-Directories: main/branches/2.1.2/bin X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Zac Medico Date: Mon, 16 Jun 2008 10:33:09 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7f96df76-54db-4736-86c1-29049d3f146a X-Archives-Hash: 6812ab99b9d4b6599b9eca9c6c26d12a 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 r1065= 1) Modified: main/branches/2.1.2/bin/emerge =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 =3D izip(Package.metadata_keys, db.aux_get(cpv, Package.metadata_keys)) pkg =3D Package(cpv=3Dcpv, metadata=3Dmetadata, - root_config=3Droot_config) + root_config=3Droot_config, installed=3Dinstalled) if type_name =3D=3D "ebuild": settings =3D self.pkgsettings[root_config.root] settings.setcpv(pkg) --=20 gentoo-commits@lists.gentoo.org mailing list