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 9C91E1384C3 for ; Sat, 5 Sep 2015 21:48:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D38C14257; Sat, 5 Sep 2015 21:48:10 +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 A80DE14235 for ; Sat, 5 Sep 2015 21:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FCDC340861 for ; Sat, 5 Sep 2015 21:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A877189 for ; Sat, 5 Sep 2015 21:48:07 +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: <1441489654.40d8842c79a236be9f265ad1daeb330a0fd57648.dolsen@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: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 40d8842c79a236be9f265ad1daeb330a0fd57648 X-VCS-Branch: repoman Date: Sat, 5 Sep 2015 21:48:07 +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: 8e195265-6423-48fb-9ca2-a1cf6d223d38 X-Archives-Hash: fe1c28ef638ad3505ec7a9cdd518f7b7 commit: 40d8842c79a236be9f265ad1daeb330a0fd57648 Author: Tom Wijsman gentoo org> AuthorDate: Mon Jun 2 17:00:53 2014 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Sep 5 21:47:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=40d8842c 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 0387214..5aa6ad8 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: