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 A29F1139737 for ; Tue, 11 Aug 2015 23:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EF4E141EC; Tue, 11 Aug 2015 23:54:25 +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 EFB2D141E5 for ; Tue, 11 Aug 2015 23:54:13 +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 3DB60340A67 for ; Tue, 11 Aug 2015 23:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7490164 for ; Tue, 11 Aug 2015 23:54:09 +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: <1439337177.e02063d64d6c5a5d581b6056cdd9838e4657ca7c.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: e02063d64d6c5a5d581b6056cdd9838e4657ca7c X-VCS-Branch: repoman Date: Tue, 11 Aug 2015 23:54:09 +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: 55cce75b-e216-42dd-9c7f-8fe463a4425b X-Archives-Hash: 34685159fab4d05b7bc5a1cbcf5e3bf2 commit: e02063d64d6c5a5d581b6056cdd9838e4657ca7c Author: Brian Dolbec gentoo org> AuthorDate: Mon Nov 17 02:07:13 2014 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Aug 11 23:52:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e02063d6 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 e98520b..86ac802 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 \