diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-13 12:46:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-13 12:46:03 -0300 |
commit | 18d56e6c6e1027d666ddb1e15c8d4dd3c292c8be (patch) | |
tree | 323ac77a57c998a7cbcaa40862cfebc5bda5476a /testing/kyotocabinet | |
parent | 49ee314c783ea7d2fa3e390482ed02fba77335dd (diff) | |
download | aports-18d56e6c6e1027d666ddb1e15c8d4dd3c292c8be.tar.bz2 aports-18d56e6c6e1027d666ddb1e15c8d4dd3c292c8be.tar.xz |
testing/kyotocabinet: disable on failing archs
Diffstat (limited to 'testing/kyotocabinet')
-rw-r--r-- | testing/kyotocabinet/APKBUILD | 2 |
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" |