diff --git a/abuild.in b/abuild.in index b30b89d..3082bba 100755 --- a/abuild.in +++ b/abuild.in @@ -1490,7 +1490,7 @@ builddeps() { # ignore if dependency is in other repo [ -d "$dir" ] || continue - # break cricular deps + # break circular deps list_has $pkg $ABUILD_VISITED && continue export ABUILD_VISITED="$ABUILD_VISITED $pkg"