summaryrefslogtreecommitdiffstats
path: root/testing/knot-resolver/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-03-30 12:22:41 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-03-30 12:32:42 +0200
commit712e57e3e131ae94b5a38fb637a86f6d2a7a54c9 (patch)
tree24e68973d72d3767517b9392d27ac634efd34d86 /testing/knot-resolver/APKBUILD
parentb68a3a2ac6005deb31efcee57bf738b0c8ca0806 (diff)
testing/knot-resolver: add note about disabling selected arches
Diffstat (limited to 'testing/knot-resolver/APKBUILD')
-rw-r--r--testing/knot-resolver/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/knot-resolver/APKBUILD b/testing/knot-resolver/APKBUILD
index af221adcbed..e45d4f3c944 100644
--- a/testing/knot-resolver/APKBUILD
+++ b/testing/knot-resolver/APKBUILD
@@ -5,6 +5,7 @@ pkgver=1.2.4
pkgrel=1
pkgdesc="Minimalistic caching DNS resolver implementation"
url="https://www.knot-resolver.cz/"
+# luajit is not available for disabled arches
arch="all !ppc64le !s390x"
license="GPLv3"
depends="lua5.1-sec lua5.1-socket"