commit:     00e55dbca2cb5597f00786e4a2b98b41353294ee
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: Sun Sep 20 01:54:08 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=00e55dbc

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 8497833..4dbc09e 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