diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 15:24:45 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 15:24:45 +0100 |
commit | 374d620ede16e9f1825ab3152e5368778c9ed2fb (patch) | |
tree | 0551722bd5250a4352dcdd0caf93e58bdde3eae1 /testing | |
parent | 4632933dc2af6cf30013de9035649535398ba54e (diff) | |
download | aports-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/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" |