Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/
Date: Mon, 21 Sep 2015 23:51:29
Message-Id: 1442878965.3d375a8705fbf6f0ad6f08ca5ffcadf656c9a8a1.dolsen@gentoo
1 commit: 3d375a8705fbf6f0ad6f08ca5ffcadf656c9a8a1
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 17 02:07:13 2014 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 23:42:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3d375a87
7
8 repoman/main.py: Update dependency.perlcore error to us qatracker
9
10 Update the original code added after the re-write had started.
11 This brings it up to date with teh new stats tracking class instance.
12
13 pym/repoman/main.py | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/pym/repoman/main.py b/pym/repoman/main.py
17 index 8497833..4dbc09e 100755
18 --- a/pym/repoman/main.py
19 +++ b/pym/repoman/main.py
20 @@ -560,7 +560,9 @@ for xpkg in effective_scanlist:
21 qatracker.add_error('dependency.perlcore',
22 ebuild.relative_path +
23 ": %s: please use '%s' instead of '%s'" %
24 - (mytype, atom.replace("perl-core/","virtual/perl-"), atom))
25 + (mytype,
26 + atom.replace("perl-core/","virtual/perl-"),
27 + atom))
28
29 if buildtime and \
30 not is_blocker and \