Skip to content
  • Natanael Copa's avatar
    abuild: avoid add depends to itself · 13aec9a1
    Natanael Copa authored
    packages should never depend on themselves which does not make sense.
    This may happen if main package depends on a subpackage, then the
    subpackages will inherit the global depends and the subpackage ends up
    depend on itself.
    
    Fix abuild to avoid this.
    13aec9a1