summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-11-06 22:16:52 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-11-06 22:16:52 +0100
commit7668f958a76f8d1b2585d406b1c64c6d37801319 (patch)
treefcbddeb7686ddf7835523aef2a11edaf20d14918
parenta963877b620470d6ca61b1b0016699410089a575 (diff)
downloadportage-7668f958a76f8d1b2585d406b1c64c6d37801319.tar.gz
portage-7668f958a76f8d1b2585d406b1c64c6d37801319.tar.bz2
portage-7668f958a76f8d1b2585d406b1c64c6d37801319.zip
Don't ignore ${repository}/profiles/package.unmask files.
-rw-r--r--pym/portage/package/ebuild/_config/MaskManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/package/ebuild/_config/MaskManager.py b/pym/portage/package/ebuild/_config/MaskManager.py
index ff2fede39..ef72aeb8f 100644
--- a/pym/portage/package/ebuild/_config/MaskManager.py
+++ b/pym/portage/package/ebuild/_config/MaskManager.py
@@ -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.