--- echangelog-svn 2008-12-07 10:58:23.000000000 +0100 +++ echangelog 2008-12-07 10:57:06.000000000 +0100 @@ -277,8 +277,10 @@ sub sortfunc($$) { # Forget ebuilds that only have changed copyrights, unless that's all # the changed files we have -@ebuilds = grep /\.ebuild$/, @files; -@files = grep !/\.ebuild$/, @files; +if($vcs eq "cvs") { + @ebuilds = grep /\.ebuild$/, @files; + @files = grep !/\.ebuild$/, @files; +} if (@ebuilds) { if ($vcs eq "git") {