From aff406796f4d5adbc81d6deb74dacbb508e76fda Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 8 Jul 2020 14:02:20 -0300 Subject: [PATCH] community/gdal: disable on armhf, fix tabbing --- community/gdal/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD index 56382018463..351f6af1692 100644 --- a/community/gdal/APKBUILD +++ b/community/gdal/APKBUILD @@ -5,14 +5,14 @@ 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" +arch="all !s390x !mips !mips64 !armhf" license="MIT" depends_dev="gdal" # Optional dependency netcdf-dev is not available on armv7 and s390x case "$CARCH" in - armv7|s390x) ;; - *) netcdfdeps="netcdf-dev" ;; + armv7|s390x) ;; + *) netcdfdeps="netcdf-dev" ;; esac makedepends="