diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/hexer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hexer/APKBUILD b/testing/hexer/APKBUILD index 705ae77096..d41dcdd6a6 100644 --- a/testing/hexer/APKBUILD +++ b/testing/hexer/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.4.0 pkgrel=3 pkgdesc="LAS and OGR hexagonal density and boundary surface generation" url="https://github.com/hobu/hexer" -arch="all !s390x !x86" # gdal availability +arch="all !s390x !x86 !armhf !armv7" # gdal availability license="LGPL-2.0-or-later" options="!check" depends="gdal" |