Skip to content
  • Natanael Copa's avatar
    Revert "abuild: unset depends for subpackages" · c0dc7ace
    Natanael Copa authored
    Apparently there are many packages that does soemthing like:
    
    subpackages="$pkgname-foo:_foo"
    
    _foo() {
    	depends="$depends something-else"
    }
    
    and thus depend on the previous behavior. We need to revert and plan
    this better.
    
    This reverts commit 8fbbffd2.
    c0dc7ace