aboutsummaryrefslogtreecommitdiffstats
path: root/community/gdal/APKBUILD
diff options
context:
space:
mode:
authorHolger Jaekel <holger.jaekel@gmx.de>2020-07-08 20:04:34 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-07-08 21:30:28 +0000
commit222336e1253a66795395bc8344f4fa6b8a169949 (patch)
treef9ad7ab32383d4d6777721369b6545f05d9bcf7d /community/gdal/APKBUILD
parent1018c77f246035205a85a5a55fd3ab088a884f98 (diff)
community/gdal: enable on armhf
Diffstat (limited to 'community/gdal/APKBUILD')
-rw-r--r--community/gdal/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD
index 351f6af1692..bc22556ae4e 100644
--- a/community/gdal/APKBUILD
+++ b/community/gdal/APKBUILD
@@ -5,13 +5,13 @@ pkgver=3.1.1
pkgrel=1
pkgdesc="A translator library for raster and vector geospatial data formats"
url="https://gdal.org/"
-arch="all !s390x !mips !mips64 !armhf"
+arch="all !s390x !mips !mips64"
license="MIT"
depends_dev="gdal"
-# Optional dependency netcdf-dev is not available on armv7 and s390x
+# Optional dependency netcdf-dev is not available on armv7, armhf and s390x
case "$CARCH" in
- armv7|s390x) ;;
+ armv7|armhf|s390x) ;;
*) netcdfdeps="netcdf-dev" ;;
esac