commit:     7941f999805d7ea1b31a7f400abc98b8a5bacf99
Author:     Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 17:00:53 2014 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 21:26:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=7941f999

repoman/main.py: Add global_pmaskdict param to has_global_mask call

 pym/repoman/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/repoman/main.py b/pym/repoman/main.py
index 7d369ef..57b5b40 100755
--- a/pym/repoman/main.py
+++ b/pym/repoman/main.py
@@ -481,7 +481,7 @@ for xpkg in effective_scanlist:
                                        (xpkg, y_ebuild, bad_stable_keywords))
                        del bad_stable_keywords
 
-                       if keywords and not has_global_mask(pkg):
+                       if keywords and not has_global_mask(pkg, 
global_pmaskdict):
                                qatracker.add_error("LIVEVCS.unmasked", 
ebuild.relative_path)
 
                if options.ignore_arches:

Reply via email to