diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-31 23:53:06 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-31 23:53:06 +0100 |
commit | 3fbd718640f0f0a714ab8c573fbb35c86c9d6170 (patch) | |
tree | 34d1695f61bc615230e245ed0d214061104d2429 /testing/geos/APKBUILD | |
parent | 00e4a1eddb1eca82a5b0e26366d0b2453b0428ea (diff) | |
download | aports-3fbd718640f0f0a714ab8c573fbb35c86c9d6170.tar.bz2 aports-3fbd718640f0f0a714ab8c573fbb35c86c9d6170.tar.xz |
testing/geos: enable on all except armhf
geos_unit fails on armhf
Diffstat (limited to 'testing/geos/APKBUILD')
-rw-r--r-- | testing/geos/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/geos/APKBUILD b/testing/geos/APKBUILD index 1158c146d4..bfc3a848d1 100644 --- a/testing/geos/APKBUILD +++ b/testing/geos/APKBUILD @@ -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" |