Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/
Date: Wed, 01 Oct 2014 23:46:39
Message-Id: 1412207132.c994b32104ffe2f26338261a89b2a2f9388ecfef.dol-sen@gentoo
1 commit: c994b32104ffe2f26338261a89b2a2f9388ecfef
2 Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 2 17:00:53 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Wed Oct 1 23:45:32 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c994b321
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 583c538..9ce3c18 100755
16 --- a/pym/repoman/main.py
17 +++ b/pym/repoman/main.py
18 @@ -477,7 +477,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: