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 5305B1393F1 for ; Thu, 17 Sep 2015 03:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB8221C057; Thu, 17 Sep 2015 03:08:49 +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 42CBD21C062 for ; Thu, 17 Sep 2015 03:08:48 +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 8B837340D0B for ; Thu, 17 Sep 2015 03:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B2F122D for ; Thu, 17 Sep 2015 03:08:44 +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: <1442459209.89b156b8bbaf13d315c2ef277a955646b8649552.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: 89b156b8bbaf13d315c2ef277a955646b8649552 X-VCS-Branch: repoman Date: Thu, 17 Sep 2015 03:08:44 +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: 49eb8136-4829-466c-b79f-acc2485653b2 X-Archives-Hash: 2df8eb0512213f612547cf5d1ffadc5c commit: 89b156b8bbaf13d315c2ef277a955646b8649552 Author: Brian Dolbec gentoo org> AuthorDate: Mon Nov 17 02:07:13 2014 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Sep 17 03:06:49 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=89b156b8 repoman/main.py: Update dependency.perlcore error to us qatracker Update the original code added after the re-write had started. This brings it up to date with teh new stats tracking class instance. pym/repoman/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pym/repoman/main.py b/pym/repoman/main.py index 582370e..7887a79 100755 --- a/pym/repoman/main.py +++ b/pym/repoman/main.py @@ -560,7 +560,9 @@ for xpkg in effective_scanlist: qatracker.add_error('dependency.perlcore', ebuild.relative_path + ": %s: please use '%s' instead of '%s'" % - (mytype, atom.replace("perl-core/","virtual/perl-"), atom)) + (mytype, + atom.replace("perl-core/","virtual/perl-"), + atom)) if buildtime and \ not is_blocker and \