diff options
-rwxr-xr-x | bin/depsdot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/depsdot b/bin/depsdot index 756c910..9fdc7b8 100755 --- a/bin/depsdot +++ b/bin/depsdot @@ -18,7 +18,7 @@ use POSIX qw(strftime); my $SOURCE_URL = 'http://git.proteanos.com/depsdot/depsdot.git/'; my $BASE_URL = 'http://files.proteanos.com/pub/proteanos/feeds/dev/trunk'; my @DEP_FIELDS = qw(Build-Depends Depends Recommends Suggests Pre-Depends); -my @IGNORE_DEPS = qw(libc.6); +my @IGNORE_DEPS = qw(libc.6 opkbuild); my @src_pkgs; my %bin_src_map; |