Add missing remember_source_file=True parameter to append_repo() call in the MaskMana...
authorZac Medico <zmedico@gentoo.org>
Wed, 29 Sep 2010 17:11:57 +0000 (10:11 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 29 Sep 2010 17:11:57 +0000 (10:11 -0700)
pym/portage/package/ebuild/_config/MaskManager.py

index f41636b48f89c9357403e44297c140d4243ad962..db94ee5018275d8ad7a1ae590d112650aaa81b01 100644 (file)
@@ -47,7 +47,7 @@ class MaskManager(object):
                        lines = stack_lists([repo_lines], incremental=1, \
                                remember_source_file=True, warn_for_unmatched_removal=True,
                                strict_warn_for_unmatched_removal=strict_umatched_removal)
-                       repo_pkgmasklines.extend(append_repo(lines, repo.name))
+                       repo_pkgmasklines.extend(append_repo(lines, repo.name, remember_source_file=True))
 
                #Read package.mask form the user's profile. Stack them in the end
                #to allow profiles to override masks from their parent profiles.