]> git.donarmstrong.com Git - wannabuild.git/commitdiff
wanna-build/merge-v3: set to installed/related only if not yet in that state
authorAndreas Barth <aba@not.so.argh.org>
Mon, 7 Jun 2010 20:47:00 +0000 (20:47 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Mon, 7 Jun 2010 20:47:00 +0000 (20:47 +0000)
bin/wanna-build

index 3775de80eacc53b61adf4ff1808f66e5f250312a..1b75e7615491c3ea6f9c3f885d70fe689cb7a0c2 100755 (executable)
@@ -2966,7 +2966,7 @@ sub parse_all_v3() {
                     $change++;
                 }
             }
-            if (isin($pkgs->{'status'}, qw (related))) {
+            if (isin($pkgs->{'status'}, qw (related)) and $pkg->{'notes'} ne "related") {
                 $pkg->{'notes'} = "related";
                 $change++;
             }