diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 11:30:33 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 11:31:21 +0100 |
commit | 01b0377b33182db5f41d5c4e9486ba58d681bca7 (patch) | |
tree | e35e0d9bc0306a2792386c1ecf0eb4e50f34ca83 /community/gdal | |
parent | a0900b7c9f3a362be7e6be85d5d7aa6028dfe3c7 (diff) | |
download | aports-01b0377b33182db5f41d5c4e9486ba58d681bca7.tar.bz2 aports-01b0377b33182db5f41d5c4e9486ba58d681bca7.tar.xz |
community/gdal: disable on armhf and armv7
Diffstat (limited to 'community/gdal')
-rw-r--r-- | community/gdal/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD index 3d0bdce128..eb4b2589b5 100644 --- a/community/gdal/APKBUILD +++ b/community/gdal/APKBUILD @@ -4,8 +4,7 @@ pkgname=gdal pkgver=3.0.2 pkgrel=0 pkgdesc="A translator library for raster and vector geospatial data formats" -url="https://gdal.org/" -arch="all !s390x !x86" # geos is not available on s390x; proj is not available on x86 +arch="all !s390x !x86 !armhf !armv7" license="MIT" depends_dev="gdal" makedepends=" |