aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-10 15:24:45 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-10 15:24:45 +0100
commit374d620ede16e9f1825ab3152e5368778c9ed2fb (patch)
tree0551722bd5250a4352dcdd0caf93e58bdde3eae1 /testing
parent4632933dc2af6cf30013de9035649535398ba54e (diff)
downloadaports-374d620ede16e9f1825ab3152e5368778c9ed2fb.tar.bz2
aports-374d620ede16e9f1825ab3152e5368778c9ed2fb.tar.xz
testing/hexer: disable on arches where gdal is not available
Diffstat (limited to 'testing')
-rw-r--r--testing/hexer/APKBUILD2
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"