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 9094F139693 for ; Mon, 10 Aug 2015 14:45:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E33C9573C; Mon, 10 Aug 2015 14:45:34 +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 63323142DE for ; Mon, 10 Aug 2015 14:45:33 +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 A45983409DC for ; Mon, 10 Aug 2015 14:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BFA714B for ; Mon, 10 Aug 2015 14:45:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1439217919.e20e78f3199e921b8d23032a6b1b0bdf2310be46.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e20e78f3199e921b8d23032a6b1b0bdf2310be46 X-VCS-Branch: repoman Date: Mon, 10 Aug 2015 14:45:31 +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: e9e04662-5162-4646-b860-d3b463593d76 X-Archives-Hash: 5f57ed83ee6e56de31da4b7b3795e947 commit: e20e78f3199e921b8d23032a6b1b0bdf2310be46 Author: Tom Wijsman gentoo org> AuthorDate: Mon Jun 2 17:00:53 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 10 14:45:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e20e78f3 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 7d369ef..57b5b40 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: