aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kyotocabinet
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-13 12:46:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-13 12:46:03 -0300
commit18d56e6c6e1027d666ddb1e15c8d4dd3c292c8be (patch)
tree323ac77a57c998a7cbcaa40862cfebc5bda5476a /testing/kyotocabinet
parent49ee314c783ea7d2fa3e390482ed02fba77335dd (diff)
downloadaports-18d56e6c6e1027d666ddb1e15c8d4dd3c292c8be.tar.bz2
aports-18d56e6c6e1027d666ddb1e15c8d4dd3c292c8be.tar.xz
testing/kyotocabinet: disable on failing archs
Diffstat (limited to 'testing/kyotocabinet')
-rw-r--r--testing/kyotocabinet/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kyotocabinet/APKBUILD b/testing/kyotocabinet/APKBUILD
index 103f48b8a7..5f99e312bf 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"
+arch="all !ppc64le !s390x !armhf"
license="GPL-3.0-or-later"
makedepends="zlib-dev lzo-dev xz-dev"
subpackages="$pkgname-dev $pkgname-doc"