diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-02-13 15:12:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-13 15:34:40 +0000 |
commit | 1b71d8812380823ed92c54076eac4c15c89ee871 (patch) | |
tree | bdd92aee35e6c689d2e39b706955083d891b2a74 /testing | |
parent | 591757a79779b5765159f6ece85443a7a8eb12a8 (diff) | |
download | aports-1b71d8812380823ed92c54076eac4c15c89ee871.tar.bz2 aports-1b71d8812380823ed92c54076eac4c15c89ee871.tar.xz |
testing/postgis: only avaliable on x86* due to geos
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 |