aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgis
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-02-13 15:12:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-13 15:34:40 +0000
commit1b71d8812380823ed92c54076eac4c15c89ee871 (patch)
treebdd92aee35e6c689d2e39b706955083d891b2a74 /testing/postgis
parent591757a79779b5765159f6ece85443a7a8eb12a8 (diff)
testing/postgis: only avaliable on x86* due to geos
Diffstat (limited to 'testing/postgis')
-rw-r--r--testing/postgis/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD
index 7d67e5cc123..c2920766a5d 100644
--- a/testing/postgis/APKBUILD
+++ b/testing/postgis/APKBUILD
@@ -5,7 +5,8 @@ pkgver=2.4.1
pkgrel=1
pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database."
url="http://postgis.net"
-arch="all !armhf !aarch64 !ppc64le" # limited by geos
+# geos test fails on other archs
+arch="x86 x86_64"
license="GPL-2.0-or-later"
depends="postgresql perl"
makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev