Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 285218
Collapse All | Expand All

(-)genlop.orig (-1 / +9 lines)
Lines 1096-1102 Link Here
1096
                $pattern = gen_regexp($ebuild_arg);
1096
                $pattern = gen_regexp($ebuild_arg);
1097
                if (m/^([0-9]{10})\:  \>\>\> unmerge success: ($pattern.*)/g)
1097
                if (m/^([0-9]{10})\:  \>\>\> unmerge success: ($pattern.*)/g)
1098
                {
1098
                {
1099
                    my $u_date = scalar localtime "$1";
1099
			my $u_date;
1100
			if ($gmt_found)
1101
			{
1102
			    $u_date = scalar gmtime "$1";
1103
			}
1104
			else
1105
			{
1106
			    $u_date = scalar localtime "$1";
1107
			}
1100
                    if ($unmerge_found)
1108
                    if ($unmerge_found)
1101
                    {
1109
                    {
1102
                        print "     $u_date <<<", colored(" $2\n", $COLORS{'red'});
1110
                        print "     $u_date <<<", colored(" $2\n", $COLORS{'red'});

Return to bug 285218