testing/geos: enable on all except armhf

geos_unit fails on armhf
This commit is contained in:
Jakub Jirutka 2017-12-31 23:53:06 +01:00
parent 00e4a1eddb
commit 3fbd718640

View File

@ -5,7 +5,7 @@ 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="x86 x86_64"
arch="all !armhf"
license="LGPL-2.1"
makedepends="swig python2-dev"
subpackages="py-$pkgname:py $pkgname-dev"