diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-13 01:49:12 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-13 01:50:17 +0000 |
commit | 0c55705fe6fd80008420773ca37221e9e6010231 (patch) | |
tree | de78f19634c58b2aaa30ddebfefe389bd31b6572 /testing | |
parent | e1641f6ea4b97cbd251770a6cd76e05acc64d83f (diff) | |
download | aports-0c55705fe6fd80008420773ca37221e9e6010231.tar.bz2 aports-0c55705fe6fd80008420773ca37221e9e6010231.tar.xz |
testing/hexer: disable on mips
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 1a8a6831a6..92e2339a6a 100644 --- a/testing/hexer/APKBUILD +++ b/testing/hexer/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.4.0 pkgrel=4 pkgdesc="LAS and OGR hexagonal density and boundary surface generation" url="https://github.com/hobu/hexer" -arch="all !s390x !x86 !armhf !armv7" # gdal availability +arch="all !s390x !x86 !armhf !armv7 !mips !mips64" # gdal availability license="LGPL-2.0-or-later" options="!check" depends="gdal" |