Revert "abuild: unset depends for subpackages"

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 8fbbffd201.
This commit is contained in:
Natanael Copa 2019-04-05 13:13:24 +00:00
parent ff4f2253c1
commit c0dc7acee7
1 changed files with 0 additions and 1 deletions

View File

@ -756,7 +756,6 @@ pre_split() {
return 0
fi
# the subpackages should not inherit those from main package
depends=""
provides=""
install_if=""
}