From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0902A13838B for ; Wed, 1 Oct 2014 23:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4258FE089F; Wed, 1 Oct 2014 23:46:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4051E089E for ; Wed, 1 Oct 2014 23:46:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B90EE340368 for ; Wed, 1 Oct 2014 23:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 488D96B7D for ; Wed, 1 Oct 2014 23:46:35 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1412207132.c994b32104ffe2f26338261a89b2a2f9388ecfef.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/main.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: c994b32104ffe2f26338261a89b2a2f9388ecfef X-VCS-Branch: repoman Date: Wed, 1 Oct 2014 23:46:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb2abb55-f156-43ed-9ab2-e586eb9d4986 X-Archives-Hash: d981a0faedb18e533b3241682ff68cc4 commit: c994b32104ffe2f26338261a89b2a2f9388ecfef Author: Tom Wijsman gentoo org> AuthorDate: Mon Jun 2 17:00:53 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Wed Oct 1 23:45:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c994b321 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 583c538..9ce3c18 100755 --- a/pym/repoman/main.py +++ b/pym/repoman/main.py @@ -477,7 +477,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: