Gentoo Archives: gentoo-commits

From: Tom Wijsman <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/
Date: Mon, 02 Jun 2014 17:01:50
Message-Id: 1401728453.f2b67b8b0f08272ee841c3cde4ebe4c4e682383a.tomwij@gentoo
1 commit: f2b67b8b0f08272ee841c3cde4ebe4c4e682383a
2 Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 2 17:00:53 2014 +0000
4 Commit: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 2 17:00:53 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f2b67b8b
7
8 repoman/main.py: Add global_pmaskdict param to has_global_mask call
9
10 ---
11 pym/repoman/main.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/pym/repoman/main.py b/pym/repoman/main.py
15 index fcf60f7..f32ddcd 100755
16 --- a/pym/repoman/main.py
17 +++ b/pym/repoman/main.py
18 @@ -481,7 +481,7 @@ for xpkg in effective_scanlist:
19 (xpkg, y_ebuild, bad_stable_keywords))
20 del bad_stable_keywords
21
22 - if keywords and not has_global_mask(pkg):
23 + if keywords and not has_global_mask(pkg, global_pmaskdict):
24 qatracker.add_error("LIVEVCS.unmasked", ebuild.relative_path)
25
26 if options.ignore_arches: