diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/postgis/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD index 7d67e5cc12..c2920766a5 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 |