summaryrefslogtreecommitdiff
path: root/core/ldns/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 10:29:30 +0100
committerErich Eckner <git@eckner.net>2019-01-21 10:29:30 +0100
commit07c85c8a209c8ed90a19be26591d90b3fc19b100 (patch)
treeaaf9c36ff5ebca9ff9c536e9463dfc4e11af1b67 /core/ldns/PKGBUILD
parenta948f461a7bcbeb30d4f1ca7244882a86a43778c (diff)
downloadpackages-07c85c8a209c8ed90a19be26591d90b3fc19b100.tar.xz
clean up several dependency-removal-patches whose dependencies are now available
Diffstat (limited to 'core/ldns/PKGBUILD')
-rw-r--r--core/ldns/PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/ldns/PKGBUILD b/core/ldns/PKGBUILD
deleted file mode 100644
index a8a502c9..00000000
--- a/core/ldns/PKGBUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- # break the cycle via ldns, unbound draws in a
- # crazy amount of dependencies, via protobuf even clang/llvm!
- depends=(${depends[@]//dnssec-anchors/})
-fi