aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-07-08 14:02:20 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-07-08 14:02:20 -0300
commitaff406796f4d5adbc81d6deb74dacbb508e76fda (patch)
tree0a7b455f3d2e4da1d46c15586b3f63db7e17be36
parent0a5aa75835720b163194409a78f100f3dfde270c (diff)
community/gdal: disable on armhf, fix tabbing
-rw-r--r--community/gdal/APKBUILD6
1 files 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="