From e236a8163f1ade5956aa6d33642a4f3eba1f58f6 Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Fri, 9 Sep 2011 17:31:03 -0400 Subject: Remove extra logic when adding optdepends. Do not remove other deps with the same name anymore. --- bin/pbjparse.awk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin') diff --git a/bin/pbjparse.awk b/bin/pbjparse.awk index 6cdf5e6..b5a5bc0 100755 --- a/bin/pbjparse.awk +++ b/bin/pbjparse.awk @@ -52,10 +52,6 @@ function parsepbj ( cmd) # cmd is a "local" var ++optdepcount name = optdepname($3) optdeps[name] = msg - - remdep("depends", name) - remdep("makedepends", name) - remdep("checkdepends", name) } else { # We print the default packager if none was seen. -- cgit v1.2.3-24-g4f1b