diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-13 18:47:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-13 18:47:26 -0300 |
commit | 0367b5b018929b8b0d26b9935edcc6452dc0e7f1 (patch) | |
tree | 3d83521e13c7764ee42c893e91391d2219f89d47 /testing/kyotocabinet/APKBUILD | |
parent | d543861c8934563c3af3e3de925c4b695eb333ce (diff) | |
download | aports-0367b5b018929b8b0d26b9935edcc6452dc0e7f1.tar.bz2 aports-0367b5b018929b8b0d26b9935edcc6452dc0e7f1.tar.xz |
testing/kyotocabinet: disable on armv7
Diffstat (limited to 'testing/kyotocabinet/APKBUILD')
-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 5f99e312bf..a4ed9335b6 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" |