aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-13 18:47:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-13 18:47:26 -0300
commit0367b5b018929b8b0d26b9935edcc6452dc0e7f1 (patch)
tree3d83521e13c7764ee42c893e91391d2219f89d47
parentd543861c8934563c3af3e3de925c4b695eb333ce (diff)
testing/kyotocabinet: disable on armv7
-rw-r--r--testing/kyotocabinet/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kyotocabinet/APKBUILD b/testing/kyotocabinet/APKBUILD
index 5f99e312bf0..a4ed9335b6a 100644
--- a/testing/kyotocabinet/APKBUILD
+++ b/testing/kyotocabinet/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.77
pkgrel=0
pkgdesc="Kyoto Cabinet is a library of routines for managing a database."
url="https://fallabs.com/kyotocabinet/"
-arch="all !ppc64le !s390x !armhf"
+arch="all !ppc64le !s390x !armhf !armv7"
license="GPL-3.0-or-later"
makedepends="zlib-dev lzo-dev xz-dev"
subpackages="$pkgname-dev $pkgname-doc"