diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-01-14 20:23:59 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-14 20:23:59 +0200 |
commit | da5237800a9c0c239ea13c2dca6e7e62c029329b (patch) | |
tree | 7285acf31711030bb15c54b1eaf1da3ba425018b /testing/postgis/APKBUILD | |
parent | 0b248ba1b09dc05200a1a93c9b70fd5a00121208 (diff) | |
download | aports-da5237800a9c0c239ea13c2dca6e7e62c029329b.tar.bz2 aports-da5237800a9c0c239ea13c2dca6e7e62c029329b.tar.xz |
testing/postgis: enable on x86 x86_64
Diffstat (limited to 'testing/postgis/APKBUILD')
-rw-r--r-- | testing/postgis/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD index e4c66faef1..be3cdbc40c 100644 --- a/testing/postgis/APKBUILD +++ b/testing/postgis/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database." url="https://postgis.net/" # geos test fails on other archs -# arch="x86 x86_64" fails on x86* +arch="x86 x86_64" # fails on x86* license="GPL-2.0-or-later" depends="postgresql perl" makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev |