commit:     f84b75a0c476da44831b928a7a0cba1a8772ff6f
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 17 02:07:13 2014 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 21:27:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=f84b75a0

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 \

Reply via email to