Gentoo Archives: gentoo-commits

From: Sven Eden <sven.eden@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ufed:master commit in: /
Date: Tue, 25 Feb 2014 08:18:45
Message-Id: 1393312526.d927069b8bf885a331ec1112726bc6d2905ee718.yamakuzure@gentoo
1 commit: d927069b8bf885a331ec1112726bc6d2905ee718
2 Author: Sven Eden <yamakuzure <AT> gmx <DOT> net>
3 AuthorDate: Tue Feb 25 07:15:26 2014 +0000
4 Commit: Sven Eden <sven.eden <AT> gmx <DOT> de>
5 CommitDate: Tue Feb 25 07:15:26 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=d927069b
7
8 Portage.pm : Just a minor addition to the debugging output after description stripping. (Makes finding '(Unknown)' description causes easier)
9
10 ---
11 Portage.pm | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/Portage.pm b/Portage.pm
15 index 6eed5e2..5471e73 100644
16 --- a/Portage.pm
17 +++ b/Portage.pm
18 @@ -224,7 +224,7 @@ sub _add_flag
19 my $POST = "(?:in|for|the|on|with|a|to)?";
20 $descr_alt =~ s/^$VERB\s*$BIND\s*$WHAT\s*$POST\s*$POST\s+//mig;
21
22 - debugMsg(" \"$descr\"\n-> \"$descr_alt\"");
23 + debugMsg("$flag : [$pkg]\n \"$descr\"\n-> \"$descr_alt\"");
24 }
25
26 $data{descr} = $descr;