From: Zac Medico Date: Sun, 10 Feb 2008 00:39:38 +0000 (-0000) Subject: Fix get_mask_info() to properly pass the "installed" attribute into X-Git-Tag: v2.1.4.4~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6658a7928a2a6e72ac08ef3b3f1028e6253a5fd;p=portage.git Fix get_mask_info() to properly pass the "installed" attribute into the Package constructor. (trunk r9318) svn path=/main/branches/2.1.2/; revision=9319 --- diff --git a/bin/emerge b/bin/emerge index 3ed0211e5..89a048a2a 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1178,7 +1178,7 @@ def get_mask_info(root_config, cpv, pkgsettings, mreasons = ["corruption"] else: pkg = Package(type_name=pkg_type, root=root_config.root, - cpv=cpv, built=built, metadata=metadata) + cpv=cpv, built=built, installed=installed, metadata=metadata) mreasons = get_masking_status(pkg, pkgsettings, root_config) return metadata, mreasons