summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-05 13:13:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-25 12:41:22 +0000
commitc0dc7acee7d42aa2deb392c46a82c791288581f5 (patch)
tree94f6ac3d1a8882d5ff9cabf864fb41a3bc8a949e
parentff4f2253c11ca21c75f529adc8b12785f8afc970 (diff)
downloadabuild-c0dc7acee7d42aa2deb392c46a82c791288581f5.tar.bz2
abuild-c0dc7acee7d42aa2deb392c46a82c791288581f5.tar.xz
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.
-rw-r--r--abuild.in1
1 files changed, 0 insertions, 1 deletions
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=""
}