summaryrefslogtreecommitdiffstats
path: root/buildrepo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'buildrepo.lua')
-rwxr-xr-xbuildrepo.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrepo.lua b/buildrepo.lua
index 1497800..8d5345c 100755
--- a/buildrepo.lua
+++ b/buildrepo.lua
@@ -178,7 +178,7 @@ for _,repo in pairs(args) do
io.write(("%d/%d %d/%d %s\n"):format(tried, #pkgs,
totally_built, stats[repo].aports,
aport.pkgname))
- if not db:deps_exists(aport) then
+ if not db:known_deps_exists(aport) then
warn("%s: Skipped due to missing dependencies", aport.pkgname)
elseif build_aport(aport, repodest, logdir, opts.s) then
built = built + 1