From b697387ccca333e7a4122b81a01b9c14332c3637 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 29 Jun 2011 21:26:20 -0700 Subject: ebuild(1): pass "installed" arg to Package --- bin/ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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) -- cgit v1.2.3-1-g7c22