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 1FF3D139BC7 for ; Thu, 17 Sep 2015 03:08:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5581121C03F; Thu, 17 Sep 2015 03:08:46 +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 8143FE0876 for ; Thu, 17 Sep 2015 03:08:45 +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 7FCEA340CFF for ; Thu, 17 Sep 2015 03:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68ACA18C for ; Thu, 17 Sep 2015 03:08:42 +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: <1442459205.4689a8c49104937e1db03965fbc9cfb260b34c52.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: 4689a8c49104937e1db03965fbc9cfb260b34c52 X-VCS-Branch: repoman Date: Thu, 17 Sep 2015 03:08:42 +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: 858836ae-4d15-4cbc-96ae-211868b39c7c X-Archives-Hash: dd67463dfc15e4c049c9318c27d243e1 commit: 4689a8c49104937e1db03965fbc9cfb260b34c52 Author: Tom Wijsman gentoo org> AuthorDate: Mon Jun 2 17:00:53 2014 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Sep 17 03:06:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4689a8c4 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: