Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9318 - main/trunk/pym/_emerge
Date: Sun, 10 Feb 2008 00:39:03
Message-Id: E1JO0Dl-0003Zl-4C@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-02-10 00:38:59 +0000 (Sun, 10 Feb 2008)
3 New Revision: 9318
4
5 Modified:
6 main/trunk/pym/_emerge/__init__.py
7 Log:
8 Fix get_mask_info() to properly pass the "installed" attribute into
9 the Package constructor.
10
11
12 Modified: main/trunk/pym/_emerge/__init__.py
13 ===================================================================
14 --- main/trunk/pym/_emerge/__init__.py 2008-02-09 23:15:25 UTC (rev 9317)
15 +++ main/trunk/pym/_emerge/__init__.py 2008-02-10 00:38:59 UTC (rev 9318)
16 @@ -1063,7 +1063,7 @@
17 mreasons = ["corruption"]
18 else:
19 pkg = Package(type_name=pkg_type, root=root_config.root,
20 - cpv=cpv, built=built, metadata=metadata)
21 + cpv=cpv, built=built, installed=installed, metadata=metadata)
22 mreasons = get_masking_status(pkg, pkgsettings, root_config)
23 return metadata, mreasons
24
25
26 --
27 gentoo-commits@l.g.o mailing list