From c2b24a5f1b2e8d536f3b809382538de79cc27ec5 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Mon, 7 Jun 2010 20:47:00 +0000 Subject: [PATCH] wanna-build/merge-v3: set to installed/related only if not yet in that state --- bin/wanna-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wanna-build b/bin/wanna-build index 3775de8..1b75e76 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -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++; } -- 2.39.2