projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165a544
)
Add missing remember_source_file=True parameter to append_repo() call in the MaskMana...
author
Zac Medico
<zmedico@gentoo.org>
Wed, 29 Sep 2010 17:11:57 +0000
(10:11 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 29 Sep 2010 17:11:57 +0000
(10:11 -0700)
pym/portage/package/ebuild/_config/MaskManager.py
patch
|
blob
|
history
diff --git
a/pym/portage/package/ebuild/_config/MaskManager.py
b/pym/portage/package/ebuild/_config/MaskManager.py
index f41636b48f89c9357403e44297c140d4243ad962..db94ee5018275d8ad7a1ae590d112650aaa81b01 100644
(file)
--- a/
pym/portage/package/ebuild/_config/MaskManager.py
+++ b/
pym/portage/package/ebuild/_config/MaskManager.py
@@
-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.