diff options
Diffstat (limited to 'testing')
-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" |