From: Zac Medico Date: Thu, 30 Jun 2011 04:26:20 +0000 (-0700) Subject: ebuild(1): pass "installed" arg to Package X-Git-Tag: v2.2.0_alpha42~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b697387ccca333e7a4122b81a01b9c14332c3637;p=portage.git ebuild(1): pass "installed" arg to Package --- diff --git a/bin/ebuild b/bin/ebuild index 68e52e3ed..3884b3be3 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -269,6 +269,7 @@ root_config = RootConfig(portage.settings, portage.db[portage.settings["ROOT"]], None) pkg = Package(built=(pkg_type != "ebuild"), cpv=cpv, + installed=(pkg_type=="installed"), metadata=metadata, root_config=root_config, type_name=pkg_type)