From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qc8qm-0001Ah-KL for garchives@archives.gentoo.org; Thu, 30 Jun 2011 04:27:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E701C007; Thu, 30 Jun 2011 04:27:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 624BC1C007 for ; Thu, 30 Jun 2011 04:27:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 061A82AC018 for ; Thu, 30 Jun 2011 04:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 000728003C for ; Thu, 30 Jun 2011 04:27:26 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b697387ccca333e7a4122b81a01b9c14332c3637 Date: Thu, 30 Jun 2011 04:27:26 +0000 (UTC) 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: X-Archives-Hash: 90b8bfcd0ed518c2d0c30eaece558c95 commit: b697387ccca333e7a4122b81a01b9c14332c3637 Author: Zac Medico gentoo org> AuthorDate: Thu Jun 30 04:26:20 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jun 30 04:26:20 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Db697387c ebuild(1): pass "installed" arg to Package --- bin/ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/ebuild b/bin/ebuild index 68e52e3..3884b3b 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -269,6 +269,7 @@ root_config =3D RootConfig(portage.settings, portage.db[portage.settings["ROOT"]], None) =20 pkg =3D Package(built=3D(pkg_type !=3D "ebuild"), cpv=3Dcpv, + installed=3D(pkg_type=3D=3D"installed"), metadata=3Dmetadata, root_config=3Droot_config, type_name=3Dpkg_type) =20