diff options
author | Justin Davis <jrcd83@gmail.com> | 2011-09-09 23:31:03 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2011-09-09 23:31:03 +0200 |
commit | e236a8163f1ade5956aa6d33642a4f3eba1f58f6 (patch) | |
tree | cf76fa413e1187598c8327f2a94fb4a353d1ac49 | |
parent | ef15003ab4062b003fb94a343c3687677800f449 (diff) | |
download | genpkg-e236a8163f1ade5956aa6d33642a4f3eba1f58f6.tar.gz genpkg-e236a8163f1ade5956aa6d33642a4f3eba1f58f6.tar.xz |
Remove extra logic when adding optdepends.
Do not remove other deps with the same name anymore.
-rwxr-xr-x | bin/pbjparse.awk | 4 |
1 files changed, 0 insertions, 4 deletions
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. |