Don't ignore ${repository}/profiles/package.unmask files.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sat, 6 Nov 2010 21:16:52 +0000 (22:16 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sat, 6 Nov 2010 21:16:52 +0000 (22:16 +0100)
pym/portage/package/ebuild/_config/MaskManager.py

index ff2fede3998e58f15540a8a8de809fe2b4ed214a..ef72aeb8fdafd73b7117e8176671d415df969a23 100644 (file)
@@ -48,7 +48,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, remember_source_file=True))
+                       repo_pkgunmasklines.extend(append_repo(lines, repo.name, remember_source_file=True))
 
                #Read package.mask from the user's profile. Stack them in the end
                #to allow profiles to override masks from their parent profiles.