X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwanna-build;h=c9531211e54a03cff965eebc3fe617ea8539f7ba;hb=1fa3e310692f1499af36eb54526f2e23766847d5;hp=6845901f17ad360e79e793d4df690732b9a20cc7;hpb=9b315fcde020ff11f6b29fd3d444a9e272b0e2c0;p=wannabuild.git diff --git a/bin/wanna-build b/bin/wanna-build index 6845901..c953121 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -2154,7 +2154,6 @@ sub parse_all_v3 { # does at least one binary exist in the database and is more recent - if so, we're probably just outdated, ignore the source package for my $bin (@{$pkgs->{'binary'}}) { if ($binary->{$bin} and $binary->{$bin}->{'arch'} ne 'all' and vercmp($pkgs->{'version'}, $binary->{$bin}->{'version'}) < 0) { - print Dumper($binary->{$bin}) . "\n"; print "$logstr skipped because binaries (assumed to be) overwritten (" . $bin . ", " . $pkgs->{'version'} . " vs. " . $binary->{$bin}->{'version'} . ")\n" if $verbose || $simulate; next SRCS;