diff options
Diffstat (limited to 'testing/geos/APKBUILD')
-rw-r--r-- | testing/geos/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/geos/APKBUILD b/testing/geos/APKBUILD index 3530d2cb11..50c9255a8c 100644 --- a/testing/geos/APKBUILD +++ b/testing/geos/APKBUILD @@ -5,7 +5,8 @@ pkgver=3.6.2 pkgrel=0 pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++." url="http://trac.osgeo.org/geos/" -arch="all !armhf !aarch64 !ppc64le" # !*: tests fail +# test fails on other archs +arch="x86 x86_64" license="LGPL-2.1" makedepends="swig python2-dev" subpackages="py-$pkgname:py $pkgname-dev" |