From c0dc7acee7d42aa2deb392c46a82c791288581f5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 5 Apr 2019 13:13:24 +0000 Subject: 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 8fbbffd201a28a06804c7f6d3a2b5cd948c6ce07. --- abuild.in | 1 - 1 file changed, 1 deletion(-) diff --git a/abuild.in b/abuild.in index fabb5c7..a898c12 100644 --- a/abuild.in +++ b/abuild.in @@ -756,7 +756,6 @@ pre_split() { return 0 fi # the subpackages should not inherit those from main package - depends="" provides="" install_if="" } -- cgit v1.2.3