View | Details | Raw Unified
Collapse All | Expand All

(-) echangelog-svn (-2 / +4 lines)
 Lines 277-284   sub sortfunc($$) { Link Here 
# Forget ebuilds that only have changed copyrights, unless that's all
# Forget ebuilds that only have changed copyrights, unless that's all
# the changed files we have
# the changed files we have
@ebuilds = grep /\.ebuild$/, @files;
if($vcs eq "cvs") {
@files = grep !/\.ebuild$/, @files;
    @ebuilds = grep /\.ebuild$/, @files;
    @files = grep !/\.ebuild$/, @files;
}
if (@ebuilds) {
if (@ebuilds) {
    if ($vcs eq "git") {
    if ($vcs eq "git") {