diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-05-15 09:39:27 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-05-15 09:39:27 +0300 |
commit | 06373caf0a252498aa48d859a25d49e4a88d3e04 (patch) | |
tree | c66574750819db3eb521f5db65b85339905e157d /testing/geos/APKBUILD | |
parent | d58a6b079d3e7f76baffea2ba1334998d54853ed (diff) | |
download | aports-06373caf0a252498aa48d859a25d49e4a88d3e04.tar.bz2 aports-06373caf0a252498aa48d859a25d49e4a88d3e04.tar.xz |
testing/geos: disable on armhf
FAIL: geos_unit
(unit test fails)
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 238f715ce1..050337b7af 100644 --- a/testing/geos/APKBUILD +++ b/testing/geos/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.5.0 pkgrel=0 pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++." url="http://trac.osgeo.org/geos/" -arch="all" +arch="x86 x86_64" license="LGPL2.1" depends="" depends_dev="" |